Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 717 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 717 Bytes

imooc movie used nodejs & mongodb

Party from uniquejava Thank a lot!

Tech stack && node_modules

  • nodejs
  • express
  • jade
  • mongoose
  • bower
  • jquery
  • bootstrap

Developed with VS code under win10.

Install

 npm install && bower install

Run

Type node app.js

# module url
1 homepage localhost:3000
2 movie admin /admin/movie/new /admin/movie/update/:id /admin/movie/list
3 detail localhost:3000/movie/:id
4 category admin /admin/category/new /admin/category/list
5 results /results

Todo (example)

Fix warning done(2016.2.26)

body-parser deprecated bodyParser: use individual json/urlencoded middlewares app.js:14:9