Question
Build a simple web server using EXPRESS. Your web server should serve 3 pages, at the following routes; / /contact /yourchoice
Build a simple web server using EXPRESS. Your web server should serve 3 pages, at the following routes; / /contact /yourchoice <-- not literally, just pick something. Your routes should load your templates (.html files) from a subfolder called "/views" . Your website should include; an image (logo perhaps? ), header for each page telling what the page is (Welcome, About, Contact) Some content for that page (a paragraph, contact information, etc). A link to each page, so I can navigate to every part of your site. Your program should also include your Package.json
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