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
- 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