Lab Assignment 10 - ravali-b/ASE_Lab-Assignments GitHub Wiki

Lab Assignment 10:


In this assignment, I created basic login, register and home pages. When the user registers, his/ her details are stored in the database. Here, I used MongoDB to store user details.

login

In the above shown login and register page, the user needs to enter his/ her details to enter into the home page of my application. If the user details are present in the database, then the page is redirected to the home page. If not, then the user needs to register first.

login

reg

When a new user registers, the information is stored in the MongoDB. The stored information can be accessed through our 'mlab' account.

regdb

After registration or sign up, the page is redirected to the home page. Here, the details of all the users in the database are displayed.

home

The users can also update their information by entering the details in the provided text boxes and clicking on the button "Update".

update1

The updated details are then displayed on the screen.

update2

We can also check if the update is stored in the database or not.

image

The users can also delete any user's account from the list shown.

delete

The deleted account will no longer be displayed on the screen.

delete2

deletedb

I also deployed my application on Amazon Web Services.

aws

The AWS URL for my application is - AWS URL