Skip to content

A job application portal made using MERN stack. Supports two kinds of users (Recruiters and Applicants) where Recruiters can create job listings and Applicants with matching skillset can apply.

Notifications You must be signed in to change notification settings

Dayitva/Job-Application-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Job Application Portal (MERN Stack)

Installations

Node

  • For Linux:
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
  • For Mac:
brew install node

Running the code

  • Run Express Backend:
cd backend/
npm install
npm start
  • Run React Frontend:
cd frontend
npm install/
npm start

Navigate to http://localhost:3000/ in your browser.

About

A job application portal made using MERN stack. Supports two kinds of users (Recruiters and Applicants) where Recruiters can create job listings and Applicants with matching skillset can apply.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published