随访服务端

lrf 698fb5dd73 升级框架,docker中不能使用fs模块某些功能,换其他依赖 1 ano atrás
src 3b60b9db3e update 1 ano atrás
test 1e68d872b1 init 1 ano atrás
upload 39481f85f5 获取openid 1 ano atrás
.editorconfig 1e68d872b1 init 1 ano atrás
.eslintrc.json 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 ano atrás
.gitignore 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 ano atrás
.prettierrc.js 02746252ae 修改esLint+prettier规则;添加患者分页查询自己所在所有群组的管理医生简信接口;添加医护分页查询群组患者简信接口 1 ano atrás
README.md 1e68d872b1 init 1 ano atrás
README.zh-CN.md 317fda4b11 患者查询群组附带最后一句信息 1 ano atrás
bootstrap.js 1e68d872b1 init 1 ano atrás
jest.config.js 1e68d872b1 init 1 ano atrás
package.json 698fb5dd73 升级框架,docker中不能使用fs模块某些功能,换其他依赖 1 ano atrás
tsconfig.json b6416f3937 build update 1 ano atrás

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

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

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.