Question: I need the html for the question and the code for js. Please don't give me a code that doesn't even fit the question. And
I need the html for the question and the code for js. Please don't give me a code that doesn't even fit the question. And please read the questions.
Question

Objectives: - Learn how to start a server using Express - Learn how to create a router and work with GET and POST requests Tasks: Task 1- Spin up an Express Server (on port 5000) and provide a log to confirm it. Task 2- Create a GET route to "/register" to show a page with a form as shown below: (1 mark) C Hello User Note: the page has a html
title and a that has a text box and a submit button. The form submits a POST Request to " / " Task 3- Create a POST route that gets the name and password in the textbox and show the name and the password entered in the form, as shown below: Hello Reza Your password is: myPassword Also, log the name and password entered in Terminal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
