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

CODE1 code2

SECOND FILE:

Routers book.js routers_book

OUTPUT:


Name of the books:

putput3

Details of the Book output2

After Deleting: ouput4

Updating output5

Updated values of the book output6

Conclusion


We perform the update and delete operations on books using mongodb,node.js and angular on given library Management Dataset.