Assignment #1 - Try converting the calculator assignment to use POST endpoints. Check if it works with/without the express.json middleware
Assignment #2 - Create a middleware function that logs each incoming request’s HTTP method, URL, and timestamp to the console
Assignment #3 - Create a middleware that counts total number of requests sent to a server. Also create an endpoint that exposes it
or,