Answered step by step
Verified Expert Solution
Link Copied!

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 1: 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 proto-type and practice what was taught in lecture )
o Day 1(Week 2): [Day when assignment was released]:
Create a Node.js project template and add page routes [Mark 1]
Ie app.get(/, function(req, res){ res.end(Welcome to Home Page)});
You will be adding four such routes, one for each G, G2, Dashboard, Login
o Day 2: [Week 3]:
Add View folder and create empty page template, user should be able to navigate from one page to another page [Mark 1]
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 3: [Week 4] Entire assignment due [Mark 10]
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, G2_page, or G_page
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

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 Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions