This is an epitech project, the purpose was to create a Indeed like application where users can apply to job offers and where companies could publish and manage them.
The API is written in NodeJs by Zaykos.
The Front-End is written in VueJs by Felix.
cd front-end
npm install
npm run serve
cd backend
npm install
npm run start