WEB ICP 7 - navyagonug/CSEE5590-WEB-AND-MOBILE-PROGRAMMING GitHub Wiki
PROBLEM STATEMENT
In the above use case, implement update and delete functionality (user should able to update the book details and delete the book from the database)
I have created an account on MongoDB and created a cluster. Using this cluster, I have created a database named books. I have successfully connected my database.
Following are the create,update and delete operations I have performed.
I have created a record of a book and it reflected in MongoDB
I have updated a record of a book and it reflected in MongoDB
I have deleted a record of a book and it reflected in MongoDB