Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 486 Bytes

week-4-examples

A grab bag of examples showing handlebars, POSTs, req.body, req.query, sessions, etc

Setup

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