ICP7 - Abinash-Banda/web-and-mobile-computing GitHub Wiki

This is a wiki page for my ICP7 WORK.

In this ICP i've learned all about backend stuff. Initially of how to install mongodb community editon and later how to connect my backend with my front-end and communicate with each other.

Code images

Book Typescript file where book info is placed

Book

Book Create

book-create

Book detail typescript file

book-detail

Book editing and deletion

edit

Connection to the mongodb

app

OUTPUTS

Initial screen when code is executed.

initial

Added Book

Added Book

Details of book shown here.

details

Updating details of the book

update_book

Deleting the book

delete