Party from uniquejava Thank a lot!
- nodejs
- express
- jade
- mongoose
- bower
- jquery
- bootstrap
Developed with VS code under win10.
npm install && bower install
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 |
Fix warning done(2016.2.26)
body-parser deprecated bodyParser: use individual json/urlencoded middlewares app.js:14:9