This project was created as a part of Design and Analysis of Software Systems. The goal of this project is to create a job application portal for applicants and recruiters. The project was created using MERN stack.
git clone https://github.com/nickinack/job-match.git
cd frontend/
npm install
npm start
cd backend/
npm install
nodemon install