Nincs leírás

jack 2961de446a first commit 3 hónapja
api 2961de446a first commit 3 hónapja
hack 2961de446a first commit 3 hónapja
internal 2961de446a first commit 3 hónapja
manifest 2961de446a first commit 3 hónapja
resource 2961de446a first commit 3 hónapja
utility 2961de446a first commit 3 hónapja
.gitattributes 2961de446a first commit 3 hónapja
.gitignore 2961de446a first commit 3 hónapja
Makefile 2961de446a first commit 3 hónapja
README.MD 2961de446a first commit 3 hónapja
go.mod 2961de446a first commit 3 hónapja
go.sum 2961de446a first commit 3 hónapja
main.go 2961de446a first commit 3 hónapja

README.MD

GoFrame Template For SingleRepo

Quick Start:

项目初始化与配置

数据库设计与表创建

定义数据模型

实现服务层逻辑

创建控制器/处理器

配置路由

添加中间件(如需要)

测试API

构建和部署