Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: 页面布局
```