Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started