Question: You are directed to devolve a website for an online shopping store. The first deliverable of this project is to develop a user management module.
You are directed to devolve a website for an online shopping store. The first deliverable of this project is to develop a user management module. The users of system are Customer and Manager. In User Management Module Both can sign up and login to the system. After login they can maintain account information, such as changing phone number, password address.
To achieve the above deliverable, you must do the following tasks.
- Create a table named as users with the following attributes. (Id, email, password, name, number, address, userType).
- Create a signup page to Add new user (manager or customer).
- Create a login page where user can enter into the system by giving correct email and password.
- After login show an edit profile page where user can update his/her profile information.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
