ASE ASSIGNMENT 10 - nikky4222/ASE GitHub Wiki
###ASE ASSIGNMENT 10 Name:Nikitha ClassId:22 ###Question 1)Create REST services for CRUD operation in MongoDB 2)Use this REST services and create Web Application which should have following features: 3)User can sign up or login 4)After signup/login, in next page display all the users and details of user 5)Provide options for update or delete user data 6)Deploy your application on to Amazon instance and share the URL. ###MongoDB CRUDE Operation CRUD stands for create, read, update, and delete. These terms are the foundation for all interactions with the database. An introduction to the MongoDB data model as well as queries and data manipulations. The core documentation of query and data manipulation. A main page has been created with a login and register button.The user will be redirected to corresponding pages based on his choice ###MainPage Screenshot If the user clicks the login page he will will be redirected to login page ###LoginPage Scrrenshot The user will enter the username and password.And the details are stored in the MongoDB Next the user clicks the register page and he is directed to the register page. ###RegisterPage Screenshhot Then the user will enter the details that needs to be updated Then the details will be added to the mongodb After sucessfully registration the user will be directed to the home page where a table is displayed to show the added details in the registration page. ###HomePage Screenshot Next the user can update the tuples in the table based on the FirstName which is considered as an unique id and the updated tuples are reflected in the tuple. ###UpdateTable Screenshot A sucessful update will give the below screenshots and will be reflected back in the table Next Similaryly the user can delete a tuple based on the name.Here the name Ron is specified ###DeleteTable Screenshot After sucessful operation the entire tuple is deleted. Now after the successful operation the tuple isnt available in the table Then the Node js folder is deployed in Amzaon aws ###Link:http://hermonie.6uievi9xth.us-west-2.elasticbeanstalk.com/