-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
102300109_work3 #94
base: main
Are you sure you want to change the base?
102300109_work3 #94
Conversation
郑天浩 102300109https://github.com/YXRRXY/todo-app 项目首页优点
缺点
项目按照目录顺序来说 config
controller
page := 1
pageSize := 10
docs
repository
service
main.go
func main() {
Init()
h := server.Default(server.WithHostPorts("0.0.0.0:8888"))
h.Use(middleware.Cors())
register(h)
h.Spin()
}
func Init() {
config.InitConfig()
db.Init()
cache.Init()
}
总结总的来说项目完成度是很高的, 基本上没有让人血压高的操作. 整体的层次划分也还可以, 虽然还有不少的改动空间 此外文档还算完整, 应该说有文档很好(๑•̀ㅂ•́)و✧ 感觉比我刚开始写的好太多了, 很好 ! ! ! |
大致看了一下,在这个阶段完成得非常好👍👍👍,有明显的架构分层。
|
补充一下: 关于第一点可以参考 https://west2-online.feishu.cn/wiki/AUKFw7MVLidXmzkm80ScYDx5nid |
No description provided.