Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment 1 : Node Project Setup and Add Routing ( To make things easier, you need to finish tiny part of your assignment, after every
Assignment : Node Project Setup and Add Routing
To make things easier, you need to finish tiny part of your assignment, after every week. Idea is you can built small prototype and practice what was taught in lecture
o Day Week : Day when assignment was released:
Create a Node.js project template and add page routes Mark
Ie app.get functionreq res res.endWelcome to Home Page;
You will be adding four such routes, one for each G G Dashboard, Login
o Day : Week :
Add View folder and create empty page template, user should be able to navigate from one page to another page Mark
Use EJS templating engine to avoid any redundant code and keep them in layout pages.
You should also try to use some bootstrap template
o Day : Week Entire assignment due Mark
o Create a driver interface In this part you will not implement Data Saving
o You will be creating four views
o Dashboard simple greeting message and navigation options to navigate to Login, Gpage, or Gpage
o Login
you will not be working on this, but it would be simple place holder for now
You will develop this later, and it offers both sign up and login functionality on the same page
You can add username password field on the page for now or leave
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