Aucune description

root ea8903aade Initial commit or whatever message you want il y a 2 jours
cache 89097e9617 Initial commit or whatever message you want il y a 3 jours
controller ea8903aade Initial commit or whatever message you want il y a 2 jours
middleware ea8903aade Initial commit or whatever message you want il y a 2 jours
model 89097e9617 Initial commit or whatever message you want il y a 3 jours
response 89097e9617 Initial commit or whatever message you want il y a 3 jours
router ea8903aade Initial commit or whatever message you want il y a 2 jours
sdk 89097e9617 Initial commit or whatever message you want il y a 3 jours
sdk.bak ea8903aade Initial commit or whatever message you want il y a 2 jours
service ea8903aade Initial commit or whatever message you want il y a 2 jours
tests 89097e9617 Initial commit or whatever message you want il y a 3 jours
util 89097e9617 Initial commit or whatever message you want il y a 3 jours
validators ea8903aade Initial commit or whatever message you want il y a 2 jours
.DS_Store 89097e9617 Initial commit or whatever message you want il y a 3 jours
.deploy.sh.swp 89097e9617 Initial commit or whatever message you want il y a 3 jours
.gitignore 89097e9617 Initial commit or whatever message you want il y a 3 jours
Dockerfile 89097e9617 Initial commit or whatever message you want il y a 3 jours
README.md ea8903aade Initial commit or whatever message you want il y a 2 jours
build.sh 89097e9617 Initial commit or whatever message you want il y a 3 jours
deploy.sh 89097e9617 Initial commit or whatever message you want il y a 3 jours
go.mod ea8903aade Initial commit or whatever message you want il y a 2 jours
go.sum ea8903aade Initial commit or whatever message you want il y a 2 jours
go.sum.bak ea8903aade Initial commit or whatever message you want il y a 2 jours
main.go ea8903aade Initial commit or whatever message you want il y a 2 jours
redis.go ea8903aade Initial commit or whatever message you want il y a 2 jours

README.md

服务说明

服务使用 Gin + Gorm 开发

核心功能包括:问卷、问卷授权、定制体检等功能

部署方式

Shell 脚本部署

bash deploy.sh

重点文件说明

./build.sh

Golang 服务打包脚本

.env

配置文件

/validators

该目录存储的是所有接口暴露的 Response 响应结构体

目录说明

目录结构遵循 Gin 框架标准

本地运行

  1. 安装 Golang

  2. 执行go mod tidy

  3. 执行go run main.go