Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haoran-mc/gcbbs
A Network BBS built with go and bootstrap
https://github.com/haoran-mc/gcbbs
bbs gin golang mysql redis
Last synced: 17 days ago
JSON representation
A Network BBS built with go and bootstrap
- Host: GitHub
- URL: https://github.com/haoran-mc/gcbbs
- Owner: haoran-mc
- Created: 2022-08-31T09:29:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T03:52:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T05:03:58.845Z (about 1 month ago)
- Topics: bbs, gin, golang, mysql, redis
- Language: Go
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go cool bbs
学习借鉴此仓库:[hhandhuan/ku-bbs](https://github.com/hhandhuan/ku-bbs)
## 使用技术
- go(1.17+)
- gin(1.8.1)
- bootstrap(5.2)
- mysql(8.0+)
- gogf/gf(2.1.0)## 项目目录简介
项目结构遵循 [github.com/golang-standards/project-layout](https://github.com/golang-standards/project-layout)
```
cmd: 服务启动入口
config: 服务配置
internal: 每个服务私有代码
pkg: 服务共有代码
sql: 项目sql文件
assets: 项目中使用的图像等资源
views: 页面布局
```