Skip to content

lulinglingcufe/express-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-mongodb

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/

部署

推送demo文件夹到远程

连接winSCP,出现根目录 进入/home,并且把demo文件夹复制进去

阿里云pm2,永久运行

启动

cd 进入./bin/www
pm2 start www

暂停

pm2 stop www

列表

pm2 list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published