Job Portal is a MERN Stack based web app deals specifically with employment process. It allows users to select there roles (applicant/recruiter), and create an account. In this web app, login session are persistent and REST APIs are securely protected by JWT token verification. After logging in, a recruiter can post job requirements for a position to be filled and shortlist or reject applications. And, an applicant can view jobs, with various filters, apply for jobs and view applications. The users can also upload, view and edit profiles and resumes.
Thus, it is an All in One solution for a job application system.
- Install Node JS, MongoDB in the PC.
- Start MongoDB server.
- Move inside backend directory.
- Install dependencies in backend directory.
- Start Express server.
- Backend server will start on port 4444.
- Now go inside frontend directory.
- Install dependencies in frontend directory.
- Start web app's frontend server.
- Frontend server will start on port 3000.