Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.75 KB

README.md

File metadata and controls

38 lines (31 loc) · 2.75 KB

Start

  1. npm install
  2. I am using gm module,must install either GraphicsMagick or ImageMagick npm gm
  3. mongorestore -d express-test ./backup/express-test // 还原express-test数据库
  4. npm start
  5. open http://localhost:3000/

Feature

TODO

  • 项目构建转换为 -> node-express-mongoose-demo
  • Add connect-flash
  • 搞清楚app.locals, global使用方法
  • 前端用gulp构建,将compass转换为gulp-sass
  • 界面设计
  • 相似/热门的文章
  • ...

Helping Article