Job board
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.
To run the frontend :
cd front-end
npm install
npm run serve
To run the backend :
cd backend
npm install
npm run start
Some features and screenshots :
-
User home page ( this is where the user sees all job offers )
-
Company home page ( this is where companies can manage their job offers )
-
Admin page ( this is a page where an admin user can modify the database )