A repository for Agatha Christie books where users can search for a book, add a new book, update price of a book and delete a book.
Applied recent learnings to develop a simple REST API.
Node.js Express MongoDB Mongoose Joi
A user can search for a book by name (can either type the entire name or partial name). A user can add details of a book into the MongoDB database A user can update the price of a book by name and format of the book (can either type the entire/partial name and format of the book). A user can delete a book by name (can either type the entire name or partial name).
use npm i packagename
use npx nodemon index.js
Postman was used to test the developed API by sending HTTP requests.