init
parents
Showing
.gitignore
0 → 100644
app/controller/docker.js
0 → 100644
app/controller/proconfig.js
0 → 100644
app/index.js
0 → 100644
app/service/mongoService.js
0 → 100644
app/service/redisService.js
0 → 100644
bin/server.js
0 → 100644
logs/.gitignore
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "qa-api", | ||
| "version": "1.0.0", | ||
| "description": "QA系统后台", | ||
| "main": "bin/server.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "start": "NODE_ENV=dev nodemon --harmony", | ||
| "pull": "git subtree pull --prefix=app/proto protos master --squash" | ||
| }, | ||
| "author": "qaer", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "ioredis": "^4.2.0", | ||
| "kcors": "^2.2.2", | ||
| "koa": "^2.5.3", | ||
| "koa-compress": "^3.0.0", | ||
| "koa-log4": "^2.3.0", | ||
| "koa-router": "^7.4.0", | ||
| "mongoose": "^5.3.4", | ||
| "request-proxy": "^0.2.4", | ||
| "require-all": "^3.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "nodemon": "^1.18.4" | ||
| }, | ||
| "nodemonConfig": { | ||
| "ignore": [ | ||
| "node_modules/*" | ||
| ], | ||
| "delay": "2000" | ||
| } | ||
| } | ||
| \ No newline at end of file |
src/app.config.js
0 → 100644
src/dev.config.js
0 → 100644
src/index.js
0 → 100644
src/prod.config.js
0 → 100644
Please register or sign in to comment