Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 410 Bytes

File metadata and controls

21 lines (16 loc) · 410 Bytes

Job Match

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.

Installation guide

git clone https://github.com/nickinack/job-match.git
cd frontend/
npm install
npm start
cd backend/
npm install
nodemon install