# bbs-go **Repository Path**: iotcodes/bbs-go ## Basic Information - **Project Name**: bbs-go - **Description**: bbs-go 是一款基于 Go 语言开发的论坛系统,采用前后端分离技术,Go 语言提供 api 进行数据支撑,用户界面使用 Nuxt.js 进行渲染,后台界面基于 element-ui - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://mlog.club - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 696 - **Created**: 2024-03-20 - **Last Updated**: 2024-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 感谢您的支持与鼓励!如果您喜欢这个开源项目,不妨给它点个⭐️⭐️⭐️,您的星星是我们前进的动力 🙏🙏🙏 ## 项目地址 - 交流站:[码农俱乐部](https://mlog.club) - 文档地址:[https://bbs-go.com](https://bbs-go.com) - 问题反馈: [https://mlog.club/topics/node/3](https://mlog.club/topics/node/3) - Github: [https://github.com/mlogclub/bbs-go](https://github.com/mlogclub/bbs-go) - Gitee: [https://gitee.com/mlogclub/bbs-go](https://gitee.com/mlogclub/bbs-go) ## 联系我 ### 用户交流群 ![BBS-GO用户交流群](docs/images/qq.png) ### 加我微信 ![BBS-GO用户交流群](docs/images/wechat.png) ## 付费服务 付费是为了项目能够更好的生存下去,请谅解。项目将一如既往的开源下去~ | 服务 | 价格 | 服务内容 | | -------- | ----- | ------------------------------------------------ | | 商用授权 | ¥1628(终生) | 提供bbs-go商业使用授权 | | 付费咨询 | 面议 | 付费答疑解惑,协助解决问题 | | 功能定制 | 面议 | 接受各种功能定制,只有你想不到的没有我们做不到的 | ## 介绍 `bbs-go`是一个使用Go语言搭建的开源社区系统,采用前后端分离技术,Go语言提供api进行数据支撑,用户界面使用Nuxt.js进行渲染,后台界面基于element-ui。如果你正在学习Go语言,或者考虑转Go语言的Phper/Javaer...那么该项目对你有的学习会有很大的帮助,欢迎一起来交流。 ![bbs-go功能简介](https://i.loli.net/2021/11/12/OxTBib2pGcV8jzU.png) ## 模块 ### server [![bbs-go-server](https://github.com/mlogclub/bbs-go/actions/workflows/bbs-go-server.yml/badge.svg)](https://github.com/mlogclub/bbs-go/actions/workflows/bbs-go-server.yml) > 基于`Golang`搭建,提供接口数据支撑。 *技术栈* - iris ([https://github.com/kataras/iris](https://github.com/kataras/iris)) Go语言 mvc 框架 - gorm ([http://gorm.io/](http://gorm.io/)) 最好用的Go语言数据库orm框架 - resty ([https://github.com/go-resty/resty](https://github.com/go-resty/resty)) Go语言好用的 http-client - cron ([https://github.com/robfig/cron](https://github.com/robfig/cron)) 定时任务框架 - goquery ([https://github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery)) html dom 元素解析 ### site [![bbs-go-site](https://github.com/mlogclub/bbs-go/actions/workflows/bbs-go-site.yml/badge.svg)](https://github.com/mlogclub/bbs-go/actions/workflows/bbs-go-site.yml) > 前端页面渲染服务,基于`nuxt.js`搭建。 *技术栈* - vue.js ([https://vuejs.org](https://vuejs.org)) 渐进式 JavaScript 框架 - nuxt.js ([https://nuxtjs.org](https://nuxtjs.org)) 基于Vue的服务端渲染框架,效率高到爆 ### admin [![bbs-go-admin](https://github.com/mlogclub/bbs-go/actions/workflows/bbs-go-admin.yml/badge.svg)](https://github.com/mlogclub/bbs-go/actions/workflows/bbs-go-admin.yml) > 管理后台系统,基于`vue.js + element-ui`搭建。 *技术栈* - vue.js ([https://vuejs.org](https://vuejs.org)) 渐进式 JavaScript 框架 - element-ui ([https://element.eleme.cn](https://element.eleme.cn)) 饿了么开源的基于 vue.js 的前端库 ## 功能预览 ![首页.png](https://s2.loli.net/2022/04/12/DpvPwB9dlQ6Chef.png) ![发帖.png](https://s2.loli.net/2022/04/12/KC8eXfE6sDLq34V.png) ![发动态.png](https://s2.loli.net/2022/04/12/14pMPuGjEU6kiWV.png) ![个人中心.png](https://s2.loli.net/2022/04/12/1PVNjMh9nUAXsl8.png) ![手机版.png](https://s2.loli.net/2022/04/12/mowWb78CGIaH6T2.png) ![后台首页.png](https://s2.loli.net/2022/04/12/ErX2BLTnh7ldz8D.png) ![后台配置.png](https://s2.loli.net/2022/04/12/PwK6aC74XEZlIOL.png) ## Contributors