JSON Web Server

Due: 11:00pm, Wednesday March 2, 2022

Description

The goal for this assignment is to create an ExpressJS application that returns JSON data. We will use the dataset from the second assignment to implement the following GET routes:

Here is a link to the ExpressJS Request object documentation The relevant method for request parameters is req.params().

Here is a link to the ExpressJS Response object documentation. Relevant methods include res.json() and res.status().

Note that the server must run on port 3000.

Turning in the Assignment

For this assignment, you must turn in a zip file of a directory named assignment4 containing all the files needed to run the application. Submit the zip file to the appropriate folder on D2L.

Grading Criteria

Grading (out of 100 points):