Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flc1125/largin
Go Gin (Processing)
https://github.com/flc1125/largin
framework gin golang laravel
Last synced: about 2 months ago
JSON representation
Go Gin (Processing)
- Host: GitHub
- URL: https://github.com/flc1125/largin
- Owner: flc1125
- Created: 2020-12-18T06:13:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T04:37:14.000Z (almost 4 years ago)
- Last Synced: 2024-11-30T10:43:31.275Z (2 months ago)
- Topics: framework, gin, golang, laravel
- Language: Go
- Homepage:
- Size: 14.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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
```> 适用开发环境