Question: Part# 1 In this assignment, you are requested to develop a client / server log - in web application using what you have learned so
Part#
In this assignment, you are requested to develop a clientserver login web application using what you have learned so far. Specifically, use
a html
bexpress
cnode
d restful requestresponse
e other modules as nessassary
for developing client and server components, respectively. In your clientside html add the following hyperlinks to the pages:
a Home Page
b Log In
c Register
When Register is clicked, the user is redirected to a web page that reads
username,
pin number,
password,
email,
two security questions answers from the user.
Once submitted, all this information will be saved in the database.
Note: The server should not add a user if a duplicate username and or email already exists in the database. The answer to the security questions must be encrypted.
Once Log In is selected, the user is redirected to another html page to enter username, secret code, password and the answer to one security question of the two; at random Once submitted, the user is welcomed if the credentials are correct from the database. Otherwise, appropriate message should be display to the user according to what information is incorrect.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
