Job portal is a web application where the candidates can search for suitable jobs. The application provides job catalogue and information which helps the candidates decide which jobs to apply for.
Clone the repository :
https://github.com/Google-Developer-Students-Club-DMCE/Job-Portal.git
To get into client directory
cd client
To install required packages
npm i
To start Project
npm start
Come back again to root directory of project . To get into server directory
cd server
To start server
python manage.py runserver