文件名称:go-blog:用Go后端编写的博客网站
文件大小:184KB
文件格式:ZIP
更新时间:2024-04-25 14:29:30
Go
前往网志 前端 语言:打字稿库:React CSS:尾风查询:React查询 后端 语言:转到框架:回声SQL:Sqlx 驱动程式:Pgx 迁移:迁移发电机:Modelq 认证:JWT 服务器:空气数据库:Postgresql
【文件预览】:
go-blog-master
----client()
--------package.json(1KB)
--------package-lock.json(1002KB)
--------src()
--------tsconfig.json(1KB)
--------.gitignore(324B)
--------tailwind.config.js(264B)
--------public()
--------postcss.config.js(82B)
----models()
--------comment.go(282B)
--------like.go(183B)
--------post.go(349B)
--------user.go(264B)
----handlers()
--------user_handler.go(6KB)
--------comment_handler.go(3KB)
--------post_handler.go(4KB)
--------like_handler.go(2KB)
----db()
--------migrations()
----main.go(928B)
----.gitignore(45B)
----models.tmpl(282B)
----Makefile(672B)
----go.sum(48KB)
----stores()
--------user_store.go(2KB)
--------like_store.go(2KB)
--------post_store.go(2KB)
--------comment_store.go(1KB)
--------store.go(488B)
----README.md(330B)
----router()
--------router.go(2KB)
----.air.toml(1KB)
----go.mod(712B)