Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 652 Bytes

JoBuzz

Job Application Portal for Applicant and Recruiter

This is a job application portal where a recruiter can add jobs and positions while an applicant can set up a profile and apply for the job.
This is a user interactive web app

Working

Install and Working

  • System must have updated version of node and npm
  • Open Two Terminals
  • In the first terminal :
    • cd ./frontend
    • npm install
    • npm start
    • This would start the frontend
  • In the second terminal :
    • cd ./backend
    • npm install
    • npm start
    • This would start the backend

Developed by ❤️ and ☕ by Harshit Sharma