TODO List

  • set up file structure and git init
  • talk about npm - npm init and npm install
  • install express
  • add node modules to gitignore
  • get server to listen: require express, get app, app listen
  • test it explain 'cannot get /'
  • explain the REST verbs starting with GET
  • make it get / with get route and express.static
  • remove express static
  • make it get song data
  • pause for 'What is a server again?'
  • add songs to song data, POST verb
  • create a form to send data
  • install jQuery
  • to body parser
  • hook form up

--

  • break into modules