-
Notifications
You must be signed in to change notification settings - Fork 0
Lab Assignment 10
- Create REST services for CRUD operation in MongoDB
This is my Rest Service Which i have created for mongodb

- Use this REST services and create Web Application which should have following features: -User can sign up or login
Below is my signup page for registering new user

Below is my Login Page for the registered user.

New user are entering details on registration Page

-After signup/login, in next page display all the users and details of user
In mongdb the registered user details is showing below:

Here also we can see the details of the user.

-Provide options for update or delete user data
Now i am updating the details of the user. I have changed the Last name of the user from W to Wankhede.

Deleting the user.


- Deploy your application on to Amazon instance and share the URL.
3.1 After Signin to console we need to choose elastic beamstack

3.2 Create new application

3.3 Create new enviorment and choose tomcat as your platform

3.4 Application get deploy to AWS and generate URL

3.5 URl will be getting generated
http://assignment10.2pset3b38v.us-west-2.elasticbeanstalk.com
.