Skip to content

barbking/psi-intro-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.5%
  • HTML 22.5%