↴ Basic Node and Express
Serve an HTML File
Serve Static Assets
Serve JSON on a Specific Route
Use the .env File
Meet the Node console
Start a Working Express Server
Implement a Root-Level Request Logger Middleware
Chain Middleware to Create a Time Server
Get Route Parameter Input from the Client
Get Query Parameter Input from the Client
Use body-parser to Parse POST Requests
Get Data from POST Requests