test test test!!!
express+mongodb,实现CURE和登录注册
git clone https://github.com/pengrongjie/express-mongodb.git
cd express-mongodb
cnpm install
data/module.js
修改为你自己想要的数据库名称
mongoose.connect('mongodb://localhost:27017/test70');
npm start
或者
node app.js
http://localhost:3000/
连接winSCP,出现根目录 进入/home,并且把demo文件夹复制进去
启动
cd 进入./bin/www
pm2 start www
暂停
pm2 stop www
列表
pm2 list