CIS 658

ExpressJS

Winter 2025

Objective

The main objective of this homework is to learn how to set up and use the ExpressJS framework.

Assignment

Follow this GitHub Classroom link and put your code in the repository generated: https://classroom.github.com/a/Hk08CQrB

Prepare a simple web site using ExpressJS. Your site should have at least

  1. One static web page
  2. One dynamic web page rendered using ejs, pug, or some other template language.
The web site need not be complicated; but it should be somewhat useful. (In other words, don't just make a site that says "Hi, Bob".)

Also, the web site should be your own work. Don't simply submit an online tutorial; and, don't submit something that is just a "copy/paste" of a tutorial.

Submission

When you are ready to submit,

  1. Include the message [Grade Me] when committing your git repo.
  2. Deploy your server and email me the URL.

Updated Sunday, 23 February 2025, 2:39 PM

W3c Validation