文件名称:hms-api:HMS示例应用程序开发
文件大小:102KB
文件格式:ZIP
更新时间:2024-04-26 11:44:05
TypeScript
HMS Rest API服务 一个简单的医院管理应用程序后端服务。 该应用程序包含与前端通信的其余api服务,可以在找到 克隆存储库 git clone https://github.com/LORD-KAY/hms-api.git 导航到根目录,即hms-api-service cd hms-api/ 启动应用程序API服务容器 建立形象 docker build -t hms-service . 从Dockerfile启动前端 docker run -it -d --name hms-service -p 8090:8090 hms-service 从浏览器或邮递员访问上的其余api
【文件预览】:
hms-api-main
----.dockerignore(13B)
----yarn.lock(100KB)
----src()
--------main.ts(1KB)
--------utils()
--------guard()
--------models()
--------controllers()
--------types()
--------config()
--------policies()
--------routes()
----Dockerfile(180B)
----tsconfig.json(489B)
----LICENSE(1KB)
----.prettierrc(30B)
----README.md(698B)
----yarn-error.log(107KB)
----.gitignore(31B)
----package.json(2KB)