/node-express-mongo-api

An API for books and authors

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Maintainability

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

Heroku Application Link

Built With

API Endpoints

versioning for the endpoints /api/

API Documentation

Postman Documentation

Author

  • Ryan Simiyu

License

This project is licensed under the MIT License - see the LICENSE.md file for details