설명 없음

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

README.MD

GoFrame Template For SingleRepo

Quick Start:

项目初始化与配置

数据库设计与表创建

定义数据模型

实现服务层逻辑

创建控制器/处理器

配置路由

添加中间件(如需要)

测试API

构建和部署