Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guanhui07/dcr-gin
借鉴于laravel 实现的 golang框架 骨架 整合gin 、grom 、redis、 goutils、 middleware 、zaplog、 validate 、config等组件 QQ群: 385098402
https://github.com/guanhui07/dcr-gin
gin go-framework golang gorm goutils http middleware mysql redis zaplog
Last synced: 10 days ago
JSON representation
借鉴于laravel 实现的 golang框架 骨架 整合gin 、grom 、redis、 goutils、 middleware 、zaplog、 validate 、config等组件 QQ群: 385098402
- Host: GitHub
- URL: https://github.com/guanhui07/dcr-gin
- Owner: guanhui07
- License: mit
- Created: 2023-02-05T02:24:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T08:33:52.000Z (over 1 year ago)
- Last Synced: 2023-02-28T00:52:42.154Z (over 1 year ago)
- Topics: gin, go-framework, golang, gorm, goutils, http, middleware, mysql, redis, zaplog
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 一、`dcr-gin`项目
借鉴于laravel 实现的 gin框架 骨架
整合
- gorm
- middleware
- redis
- goutils
- zaplog
- console
- validate
- config yaml文件## install
```
git clone https://github.com/guanhui07/dcr-gin.git
cd dcr-gin
go mod tidy
go mod vendor
```## 启动
```
go run main.go run
```