Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 360 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 360 Bytes

guide:

  1. $ npm install -g express-generator
  2. $ express -e myInstagram
  3. $ cd myInstagram && npm install
  4. $ DEBUG=blog myInstagram ./bin/www to use layout. add the partial dependency, and $npm install.
  5. install csrf protection and session
  6. bcrypt-nodejs, connect-flash, passport-local strategy

bootstrap, font-awesome# blog

blog

myInstagram