Açıklama Yok

jack 2961de446a first commit 3 ay önce
api 2961de446a first commit 3 ay önce
hack 2961de446a first commit 3 ay önce
internal 2961de446a first commit 3 ay önce
manifest 2961de446a first commit 3 ay önce
resource 2961de446a first commit 3 ay önce
utility 2961de446a first commit 3 ay önce
.gitattributes 2961de446a first commit 3 ay önce
.gitignore 2961de446a first commit 3 ay önce
Makefile 2961de446a first commit 3 ay önce
README.MD 2961de446a first commit 3 ay önce
go.mod 2961de446a first commit 3 ay önce
go.sum 2961de446a first commit 3 ay önce
main.go 2961de446a first commit 3 ay önce

README.MD

GoFrame Template For SingleRepo

Quick Start:

项目初始化与配置

数据库设计与表创建

定义数据模型

实现服务层逻辑

创建控制器/处理器

配置路由

添加中间件(如需要)

测试API

构建和部署