Jobber is an API for jobs. It is divided into 3 major routes.
- Authentication - This deals with the signup, login and logout routes.
- Home - This deals with the jobs listing.
- Admin - This deals with the admin access
- cd into the bookDir project
$ cd bookDir
$ npm install- In the root directory of the project create a .env file and copy the values from .env.sample and set the values of the veriables correctly.
- To run locally you'll need
- URI to a mongoDB server running locally or in the cloud
- To run locally after setting the environment variables correctly.
$ npm start- To run locally with nodemon
$ npm run dev- Nodejs
- MongoDB
- Nodemon (Optional)
- Postman
- This project was documented with Postman
- Click here to view the documentation
Thank You.