An open API service indexing awesome lists of open source software.

https://github.com/lmislm/articleskb

MongoDB & Express & pug & jQuery & Bower & Bootstrap From Scratch
https://github.com/lmislm/articleskb

bootstrap bower express jquery mongodb

Last synced: 3 months ago
JSON representation

MongoDB & Express & pug & jQuery & Bower & Bootstrap From Scratch

Awesome Lists containing this project

README

          

### scratch MongoDB && Express

### 部署
first you need

> npm install

> npm install -g nodemon

then

>nodemon

> if not work ,try move node_modules then npm install

you need install nodejs+MongoDB
and service mongod start

> cd mongo_connect

> npm install -g nodemon

> npm install

> nodemon

also you can

> npm install pm2 -g

> cd articlesKB

> pm2 start/stop app.js

run at port 3002

+ you can install libcap2-bin in linux

> ubuntu :

### 遇到的问题

+ ensureAuthenticated模块中的flash消息和局部加载可编辑的权限冲突。