轻量好用的 Go API 项目框架
- Table
User
refers toent/schema/user.go
- 执行
ent.sh
生成 ORM 代码 (只要ent/schema
目录下有变动都需要执行)- Set
GOPROXY
(go env -w GOPROXY="https://proxy.golang.com.cn,direct"
)
挺好用的,功能还算全面,欢迎大家尝试
![]() | 1 ersic 2023-12-01 11:41:28 +08:00 不放 github 链接,只放个标题是怕我找到这个项目吗 |
![]() | 2 IIInsomnia OP |
![]() | 3 circleee 2023-12-01 14:25:55 +08:00 不错不错 再加个配套的前端 UI 吧 |
![]() | 4 IIInsomnia OP @circleee Github 上一堆前端 UI ,随便拿一个来配合使用就行 |
![]() | 5 qloog 2023-12-01 21:11:24 +08:00 推荐下另一个 api 框架: https://github.com/go-eagle/eagle |