# rcdm-service-gin **Repository Path**: xcfox/rcdm-service-gin ## Basic Information - **Project Name**: rcdm-service-gin - **Description**: 呼吸类慢性疾病管理 App 开发-服务端 Respiratory Chronic Disease Management App Development - Server Side - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-22 - **Last Updated**: 2021-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 呼吸类慢性疾病管理 App 开发-服务端 Respiratory Chronic Disease Management App Development - Server Side ## 主要技术栈 - [Go](https://golang.org/): 开发语言 - [PostgreSQL](https://www.postgresql.org/): 持久层数据库 - [gin](https://gin-gonic.com/): 路由框架 - [gorm](https://gorm.io/): 数据库对象关系映射库 ## 项目运行 运行项目前请确保你已安装 [Go](https://golang.org/) ### 安装依赖 ```shell go install ``` ### 在开发模式下启动 ```shell air ``` ### 编译成二进制可执行文件 ```shell go build ```