Lab 10 - SaiTejasweeReddy/ASE_labAssignment10 GitHub Wiki

Welcome to the ASE_labAssignment10 wiki!

This lab assignment has three tasks to be completed.

1.Create REST services for CRUD operation in MongoDB

2.Use this REST services and create Web Application which should have following features:

•User can sign up or login

•After signup/login, in next page display all the users and details of user

•Provide options for update or delete user data

3.Deploy your application on to Amazon instance and share the URL.

Here are the screenshots of the assignment.

Wireframes:

Signup page:

User details of those who signed up:

User details in Database:

User details after deleting a user:

User details after deletion in Database:

User details after updating an entry:

User details after updation in Database: