This system is designed as a solution for the issues related to finding jobs, starting from searching for jobs to rejection or acceptance. Since the whole process is considered, it is not only for job seekers but also for the companies/recruiters.
- Backend - NodeJS
- Frontend - ReactJS
- Database - MonogDB
- Can be used VSCode
- Node has been installed to the machine
- Download the ZIP folder of the project and unzip or clone the project.
- Open the project in VS Code.
- Open a new terminal.
- Navigate to the Backend folder.
- Type 'npm install' and click enter.
- After completing the installation type 'npm start' and click enter.
- Navigate to the Frontend folder.
- Type 'npm install' and click enter.
- After completing the installation type 'npm start' and click enter.