feat: 第一版功能
parents
Showing
.gitignore
0 → 100644
app.js
0 → 100644
bin/www
0 → 100755
client/rabbitmq.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "message-call-service", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "start": "node bin/www", | |||
| "dev": "./node_modules/.bin/nodemon bin/www", | |||
| "prd": "pm2 start bin/www", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "dependencies": { | |||
| "amqplib": "^0.8.0", | |||
| "axios": "^0.21.1", | |||
| "debug": "^4.1.1", | |||
| "koa": "^2.7.0", | |||
| "koa-bodyparser": "^4.2.1", | |||
| "koa-convert": "^1.2.0", | |||
| "koa-json": "^2.0.2", | |||
| "koa-logger": "^3.2.0", | |||
| "koa-onerror": "^4.1.0", | |||
| "koa-parameter": "^3.0.1", | |||
| "koa-router": "^7.4.0", | |||
| "koa-static": "^5.0.0", | |||
| "koa-views": "^6.2.0", | |||
| "moment": "^2.29.1", | |||
| "parameter": "^3.6.0", | |||
| "uuid": "^8.3.2" | |||
| }, | |||
| "devDependencies": { | |||
| "nodemon": "^1.19.1" | |||
| } | |||
| } |
routes/index.js
0 → 100644
routes/test.js
0 → 100644
settings.js
0 → 100644
utils/axios.js
0 → 100644
utils/rabbitmq.js
0 → 100644
views/index.html
0 → 100644
Please
register
or
sign in
to comment