Skip to content

AbhishekSrivastava-23/job-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOB PORTAL

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.

HOW TO USE

  1. Install Node JS, MongoDB in the PC.
  2. Start MongoDB server.
  3. Move inside backend directory.
  4. Install dependencies in backend directory.
  5. Start Express server.
  6. Backend server will start on port 4444.
  7. Now go inside frontend directory.
  8. Install dependencies in frontend directory.
  9. Start web app's frontend server.
  10. Frontend server will start on port 3000.

Now open http://localhost:3000/ and proceed creating jobs and applications by signing up in the required categories.

Releases

No releases published

Packages

No packages published

Languages