耗材服务端

lrf402788946 bed80cdbbb Merge branch 'master' of http://git.cc-lotus.info/Free-consumables/server-haocai 3 years ago
app 60d3db0fa6 1 3 years ago
config c36f261d16 生产模式配置 3 years ago
test 139a851565 init 3 years ago
.autod.conf.js 139a851565 init 3 years ago
.eslintignore 139a851565 init 3 years ago
.eslintrc 139a851565 init 3 years ago
.gitignore 139a851565 init 3 years ago
README.md 139a851565 init 3 years ago
ecosystem.config.js b2d0add3d8 pm2 config 3 years ago
package.json 139a851565 init 3 years ago
server.js b2d0add3d8 pm2 config 3 years ago
耗材.postman_collection.json 139a851565 init 3 years ago

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.