暂无描述

root 89097e9617 Initial commit or whatever message you want 3 天之前
cache 89097e9617 Initial commit or whatever message you want 3 天之前
controller 89097e9617 Initial commit or whatever message you want 3 天之前
middleware 89097e9617 Initial commit or whatever message you want 3 天之前
model 89097e9617 Initial commit or whatever message you want 3 天之前
response 89097e9617 Initial commit or whatever message you want 3 天之前
router 89097e9617 Initial commit or whatever message you want 3 天之前
sdk 89097e9617 Initial commit or whatever message you want 3 天之前
service 89097e9617 Initial commit or whatever message you want 3 天之前
tests 89097e9617 Initial commit or whatever message you want 3 天之前
util 89097e9617 Initial commit or whatever message you want 3 天之前
validators 89097e9617 Initial commit or whatever message you want 3 天之前
.DS_Store 89097e9617 Initial commit or whatever message you want 3 天之前
.deploy.sh.swp 89097e9617 Initial commit or whatever message you want 3 天之前
.gitignore 89097e9617 Initial commit or whatever message you want 3 天之前
Dockerfile 89097e9617 Initial commit or whatever message you want 3 天之前
README.md 104b6dc476 first commit 3 天之前
build.sh 89097e9617 Initial commit or whatever message you want 3 天之前
deploy.sh 89097e9617 Initial commit or whatever message you want 3 天之前
go.mod c59d563f2e first commit 3 天之前
go.sum c59d563f2e first commit 3 天之前
main.go c59d563f2e first commit 3 天之前

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