Go to file
2024-07-24 00:40:40 +08:00
assets feat(master): Add login interface, add pdma, format part of the code, and change mysql connection parse Time to True - [添加登录接口,增加pdma,格式化部分代码、mysql连接parseTime改为True] 2024-07-11 11:26:46 +08:00
cmd feat(master): Add verification code and login verification code verification - [添加验证码和登录验证码校验] 2024-07-24 00:24:15 +08:00
configs feat(master): Add verification code and login verification code verification - [添加验证码和登录验证码校验] 2024-07-24 00:24:15 +08:00
deployments feat(master): Build infrastructure - [搭建基础架构] 2024-07-04 01:07:29 +08:00
docs/pdma feat(master): Add login interface, add pdma, format part of the code, and change mysql connection parse Time to True - [添加登录接口,增加pdma,格式化部分代码、mysql连接parseTime改为True] 2024-07-11 11:26:46 +08:00
internal feat(master): Add verification code and login verification code verification - [添加验证码和登录验证码校验] 2024-07-24 00:24:15 +08:00
pkg feat(master): Add hashids、logs、cache - [添加hashids、logs、cache] 2024-07-23 19:09:26 +08:00
scripts feat(master): Add hashids、logs、cache - [添加hashids、logs、cache] 2024-07-23 19:09:26 +08:00
.air feat(master): Build infrastructure - [搭建基础架构] 2024-07-04 01:07:29 +08:00
.gitignore feat(master): Add login interface, add pdma, format part of the code, and change mysql connection parse Time to True - [添加登录接口,增加pdma,格式化部分代码、mysql连接parseTime改为True] 2024-07-11 11:26:46 +08:00
go.mod feat(master): Update dependence - [更新依赖] 2024-07-24 00:40:40 +08:00
go.sum feat(master): Update dependence - [更新依赖] 2024-07-24 00:40:40 +08:00
LICENSE feat(master): Project initialization - [项目初始化] 2024-07-02 21:20:58 +08:00
main.go feat(master): Add hashids、logs、cache - [添加hashids、logs、cache] 2024-07-23 19:09:26 +08:00
README.md feat(master): Project initialization - [项目初始化] 2024-07-02 21:20:58 +08:00
README.zh_CN.md feat(master): Project initialization - [项目初始化] 2024-07-02 21:20:58 +08:00

LOGO
Build Status License
English | 中文

gin-template is an API framework with modular design based on Gin. It encapsulates most commonly used functions and is dedicated to rapid business research and development.

This project is designed based on the project-layout project structure.

After the project is completed, it will be divided into three parts: mini version, basic version, and full version. The mini version only contains basic functions, the basic version includes basic functions, and the full version includes all useful and useless functions.

It may not be possible to conduct a complete online test after completion, so this project is for reference only. If you need to use it online, please conduct a complete online test.