Skip to content

A CRUD operation on Books Library using Node and MongoDB.

Notifications You must be signed in to change notification settings

adityavyas611/BooksAPI

Repository files navigation

Books API

Books API to manage books in the library.

  • There are 5 API endpoints:
    • /book -- To fetch all the books from library
    • /book/:bookUuid -- To fetch the book based on bookUuid
    • /book/add -- To add a book in to the library
    • /book/:bookUuid/update -- To Update the Book Details based on bookUuid in library
    • /book/:bookUuid/delete -- To Delete the Book Details based on bookUuid in library

Use Below Commands:

npm install - To Install dependencies
npm start - To Start application
npm test - To Run tests

About

A CRUD operation on Books Library using Node and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages