耗材服务端

lrf402788946 1ed0275a1d 微信secret 3 年之前
app e87eb079e1 修改微信 3 年之前
config 1ed0275a1d 微信secret 3 年之前
test 139a851565 init 3 年之前
.autod.conf.js 139a851565 init 3 年之前
.eslintignore 139a851565 init 3 年之前
.eslintrc 139a851565 init 3 年之前
.gitignore 139a851565 init 3 年之前
README.md 139a851565 init 3 年之前
ecosystem.config.js b2d0add3d8 pm2 config 3 年之前
package.json 139a851565 init 3 年之前
server.js b2d0add3d8 pm2 config 3 年之前
耗材.postman_collection.json 139a851565 init 3 年之前

README.md

server-haocai

耗材服务端

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.