# bbs-go **Repository Path**: wenjungg/bbs-go ## Basic Information - **Project Name**: bbs-go - **Description**: bbs-go 是一款基于 Go 语言开发的论坛系统,采用前后端分离技术,Go 语言提供 api 进行数据支撑,用户界面使用 Nuxt.js 进行渲染,后台界面基于 element-ui - **Primary Language**: Go - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://mlog.club - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 699 - **Created**: 2020-05-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目地址 - 交流站:[码农俱乐部](https://mlog.club) - 文档地址:[http://docs.bbs-go.com/](http://docs.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`搭建课程上线啦,快来跟着我一步步搭建属于你的bbs吧。该课程会带领大家一步步的了解并熟悉Go语言开发,如果你是一个Go语言初学者,或者正准备学习Go语言,那么这个课程非常适合你。如果你熟练掌握了本课程中的知识点,相信你就已经入门Go语言开发,并能胜任日常的开发工作了。** - 课程地址:[https://www.shiyanlou.com/courses/1436](https://www.shiyanlou.com/courses/1436) - 9折优惠邀请码: `ZHwfIjb1` Go 是非常年轻的一门语言,它的主要目标是`兼具Python等动态语言的开发速度和 C/C++ 等编译型语言的性能与安全性`。Go 语言发布以来更是受到中国开发者的青睐,头条、七牛、360、腾讯、阿里等大厂的重要服务都开始使用Go语言构建,国内的Go语言研发岗位的薪水也是很可观的。 ## 介绍 `bbs-go`是一个使用Go语言搭建的开源社区系统,采用前后端分离技术,Go语言提供api进行数据支撑,用户界面使用Nuxt.js进行渲染,后台界面基于element-ui。如果你正在学习Go语言,或者考虑转Go语言的Phper/Javaer...那么该项目对你有的学习会有很大的帮助,欢迎一起来交流。 ## 模块 ### server > 基于`Golang`搭建,提供接口数据支撑。 *技术栈* - iris (https://github.com/kataras/iris) Go 语言 mvc 框架 - gorm (http://gorm.io/) Go 语言 orm 框架 - resty (https://github.com/go-resty/resty) Go 语言好用的 http-client - cron (https://github.com/robfig/cron) 定时任务 - goquery(https://github.com/PuerkitoBio/goquery)html dom 元素解析 ### site > 前端页面渲染服务,基于`nuxt.js`搭建。 *技术栈* - Nuxt.js (https://nuxtjs.org) 基于 Vue 的服务端渲染框架 - Element-UI (https://element.eleme.cn) 饿了么开源的基于 vue.js 的前端库 - Vditor (https://github.com/b3log/vditor) Markdown 编辑器 ## 功能预览 ![首页.png](https://file.mlog.club/images/2020/04/24/7cbc6cb4384dcdd5ec6651efe76b2e3d.jpg) ![动态.png](https://file.mlog.club/images/2020/04/24/9bf5fe021f6bd468399842e02e4daa08.jpg) ![后台.png](https://file.mlog.club/images/2020/04/24/74b9873dc4b8856e455bf2ad2d3a6c59.jpg)