Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part# 1 In this assignment, you are requested to develop a client / server log - in web application using what you have learned so

Part#1
In this assignment, you are requested to develop a client/server log-in web application using what you have learned so far. Specifically, use
a. html,
b.express,
c.node
d. restful request/response
e. other modules as nessassary
for developing client and server components, respectively. In your client-side (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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David M. Kroenke

12th Edition International Edition

1292023422, 978-1292023427

More Books

Students also viewed these Databases questions

Question

3. How would you address the problems that make up the situation?

Answered: 1 week ago

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago