This project was bootstrapped with Create React App.
A Job portal website built to handle the needs of both the recruiter as well as the applicants. Implemented from scratch using the MERN stack and React's Context API and Hooks
In the project directory, you can run:
- To run the backend
cd backend
npm install
npm start
- To run the frontend
cd frontend
npm install
npm start