Step 1
Download (clone) the starter code here.
Open the terminal and change directory to users-app-starter. Install the dependencies:
npm install
Run the application
nodemon .
Open your browser and visit http://localhost:5001.

Add a dummy username and password, and click on "Login" button. You will be redirected to the /dashboard:

Click on "Logout" button. You will be redirected to the homepage. Click on the registration link.

You will be redirected to the registration form.

Add a dummy username and password and click on "Register". You will be redirected to the homepage to login.