Run instructions
Install npm with your system's package manager, then run
npm init
npm i
npx nodemon app.js
Navigate to localhost:3000 in your browser
Additional Notes
- https://expressjs.com/en/guide/routing.html
- GET requests send data using query strings, POST uses request body