ICP7 - PardhaSaradhi74/Web-and-Mobile-2020-summer GitHub Wiki
NAME
RAMINENI,PARDHA SARADHI
CLASS ID
32
Programming elements:
MongoDB, Express.js, Node.jsand MEAN stack
Source Code:
https://umkc.box.com/s/krfazbaxrjs08uqvh8gclejxgpauku22
ICP GUIDELINES
Step1: Start the Mongo Server
Step2:Install node modules (command: 'npm install')
Step3: Start node server (command: 'npm run start')
Step4: Navigate to localhost (http://localhost:3000/) to display and interact with the application
ANSWER))I have downloaded mongodb and then installed node modules.And then from the source code we have downloaded the angular script for library management system afterwards, in books.js we have implemented update and delete functionality for the books.
And coming to the output in the first page the user is provided with fields like isbn,title,author and publisher and once the user enters and saves it prompts to the data of that page in which you can delete and edit files.And finally it displays the list of books.