Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 517 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 517 Bytes

blog server

A Express + NodeJs + MongoDB production

hint

insure your computer installed MongoDB

how to use

  1. install dependencies npm install.

  2. load Data run ./seed/seed.sh

  3. start server pm2 start app.js or node app


chinese

提示

请确保你的电脑安装了MongoDB

怎样使用

  1. 安装依赖 npm install
  2. 载入数据 运行 ./seed/seed.sh
  3. 启动服务 pm2 start app.js 或者 node app