-
Notifications
You must be signed in to change notification settings - Fork 2
MONGO CRUD OPERATIONS
Class Id: 8
Student Id: 16234180
Student Name: Moulika Chadalavada
The main aim of this application is to perform Insert/Delete/Update/Fetch operations of users using Mongo DB.
Source Code: https://github.com/cmoulika009/ASE-Lab-Assignments/tree/master/Lab-8-RESTCloudApp/Source/MognoCRUD
Login page where admin logins to fetch members details from Mongo DB
Connection to Mongo DB is done to fetch user details
If there are no entries in Mongo DB after Admin Login below screen is displayed
If new user has to be inserted, we have to click on 'Click here to add new user' which will be redirected to below page.
Once the user is added successfully the data is stored in Mongo DB and the same is displayed in front-end as shown below
If the user clicks on Delete link in user details page the respective user will be deleted. 'Moulika' user is deleted from the list
1. Before Delete2.After Delete
If the user clicks on Update link in user details page the respective user details can be updated as shown below.
1. Before Update2.After Update of Last Name