https://github.com/mangotsing/thinkjs3-demo-test
信管创业基地报名系统
https://github.com/mangotsing/thinkjs3-demo-test
Last synced: 4 months ago
JSON representation
信管创业基地报名系统
- Host: GitHub
- URL: https://github.com/mangotsing/thinkjs3-demo-test
- Owner: MangoTsing
- Created: 2018-07-26T12:15:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T07:58:56.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T03:41:27.207Z (over 1 year ago)
- Language: HTML
- Size: 1.17 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Application created by [ThinkJS](http://www.thinkjs.org)
## 安装依赖
```
npm install
```
## 启动服务器
```
npm start
```
## 被pm2守护
Use pm2 to deploy app on production enviroment.
```
pm2 startOrReload pm2.json
```
默认监听8360端口 src->config->config.js
数据库config在 src-> config->adapter.js---下面的module模块里