A RESTful API for managing a collection of books. The API supports basic CRUD (Create, Read, Update, Delete) operations.
API documentation : Postman
$ git clone https://github.com/gitEricsson/Book-Management-API.git
cd book-management-api
After cloning book-management-api, install the dependencies by running:
$ npm install
To start the server, run:
$ npm start
To run the tests, use the following command:
$ npm test