Web_ICP7 - Nikii1118/Web-Programming- GitHub Wiki
Author
Nikita Goyal
Class Id-10
Introduction:
Basics about Mean stack has been taught in the class.
Class ICP7:
Library Management Usecase:
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.
TASKS:
**CODE **
FIRST FILE:
book-edit.component.ts
SECOND FILE:
Routers
book.js
OUTPUT:
Name of the books:
Details of the Book
After Deleting:
Updating
Updated values of the book
Conclusion
We perform the update and delete operations on books using mongodb,node.js and angular on given library Management Dataset.