A grab bag of examples showing handlebars, POSTs, req.body, req.query, sessions, etc
To run this code locally, you need to clone this repository. In your terminal, in a new directory (not in your existing repository, it must be a new directory), run:
git clone https://github.com/DWDatITP/week-4-examples.git
cd week-4-examples
npm install
nodemon server.js
- Visit http://localhost:5000