Title
BooksAPI
Getting Started
git clone the repo
Prerequisites
A mongo database is required
Setting up the database
mongo bookAPI < booksJson.js
Running the app
cd into the node-express-mongo-api folder Install the dependencies
npm install
Run the app in development
npm run start
Running the tests
npm test
Deployment on Heroku
Built With
API Endpoints
versioning for the endpoints /api/
API Documentation
Author
- Ryan Simiyu
License
This project is licensed under the MIT License - see the LICENSE.md file for details