In this project, we are going to create node CRUD application with express and mongodb.
To Run this project Clone it and install modules using
npm install
Then Create config.env file and create PORT and MONGO_URI Variable and specify Value. That's it. You are ready to go. To execute this project just type
npm start
User is allowed to Create Data, Update the data, find the data of single user or each and every user present in database, and can also delete the data.
User can enter the details and can save it into the database using Save button
Data Added Successfully!
User can test the API's Using the Postman App and various commands such as PUT,GET,POST,DELETE
All the data entered by the user will be saved into the MongoDb database
User is being asked whether to delete the file or not Message will be shown that the data has been deleted
Data deleted successfully!