Follow this guide on the Express website: https://expressjs.com/en/starter/installing.html
To summarize the guide... you install express like any other npm package by
running npm install --save express
To run a step simply use node step_0x.js
- Read about the different types of request methods.
- Read if you want a more information about routing in Express.
ExpressJS Request Documentation
- Look through the different properties the "req" object has
This assignment is an exercise in reading documentation.
Create new Github Repo. Within this repository, create an express project with
3 different pages. You should route these pages using a single route.
Use the steps in this repository to help you with boilerplate code.
Hint: take a look at this.
Submit your assignment here