A responsive, fullstack, CRUD application (create, read, update, delete) designed & built from scratch to manage job vacancies. App styling Sass & BEM naming.
- Download or clone the repository
- To install backend dependencies -
npm install
- To install frontend dependencies -
npm install client
- To run server & client -
npm run dev
otherwise
- To run the server alone (backend)
npm run server
- To run the client alone (React frontend)
npm start
- MongoDB
- Express
- React
- Node.js
MIT 2020