This project contains backend CRUD (Create, Read, Update, Delete) operations. This is the backend of a book management system where you can perform CRUD Operations.
Steps to run the given project:
- Import this code in your PC.
- Run 'npm install' to install the dependencies.
- Add your mongodb URI in db.js file.
- run 'npm start'.