耗材服务端

lrf402788946 139a851565 init 3 years ago
app 139a851565 init 3 years ago
config 139a851565 init 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
package.json 139a851565 init 3 years ago
接口.postman_collection.json 139a851565 init 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.