https://github.com/flc1125/largin
Go Gin (Processing)
https://github.com/flc1125/largin
framework gin golang laravel
Last synced: about 1 month ago
JSON representation
Go Gin (Processing)
- Host: GitHub
- URL: https://github.com/flc1125/largin
- Owner: flc1125
- Created: 2020-12-18T06:13:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T23:29:41.000Z (about 1 year ago)
- Last Synced: 2025-03-26T18:56:18.935Z (about 1 year ago)
- Topics: framework, gin, golang, laravel
- Language: Go
- Homepage:
- Size: 19.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LarGin(Go-Gin)
基于 Gin 框架搭建的 Web Framework 框架
> 完善中~
## 功能
- [x] 路由
- [x] 控制器
- [x] 中间件
- [ ] 数据库
- [ ] 配置
- [ ] NoSQL
- [x] 模板
- [ ] 日志
- [ ] Console
## 热更新
```bash
npm install -g nodemon
nodemon --exec go run main.go --signal SIGTERM
```
> 适用开发环境