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
- Host: GitHub
- URL: https://github.com/lmislm/articleskb
- Owner: lmislm
- Created: 2018-02-10T13:18:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T13:41:30.000Z (over 8 years ago)
- Last Synced: 2025-03-02T10:43:14.790Z (over 1 year ago)
- Topics: bootstrap, bower, express, jquery, mongodb
- Language: CSS
- Size: 5.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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消息和局部加载可编辑的权限冲突。