For the local environment setup:
Change the directory to your folder using :
cd Desktop/MyProjectFolder
Clone the repo using git clone command:
git clone https://github.com/meetghodasara/book-directory-api.git
Change the directory to project folder using :
cd book-directory-api
To install modules :
npm install
To run with nodemon:
npm run dev
This API is for fetching the books and performing the CRUD operation with the books.
User can perform various types of the request such as Get, Post, Put, Delete.
Here is the screenshot attached to use in POSTMAN.