Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```

> 适用开发环境