mlog-club,一个基于 Golang 的社区系统。
## 功能
* 机器人搜集公众号文章
* 用户登录、注册,支持 Github 账号登录
* 用户发表文章、文章评论
* 论坛(发帖、回帖)
* 站内消息
* 文章收藏、帖子收藏
## 技术栈
* iris ([https://github.com/kataras/iris](https://github.com/kataras/iris)) mvc 框架
* gorm ([http://gorm.io/](http://gorm.io/)) orm 框架
* resty ([https://github.com/go-resty/resty](https://github.com/go-resty/resty)) 好用的 http-client
* cron ([https://github.com/robfig/cron](https://github.com/robfig/cron)) 定时任务
* goquery([https://github.com/PuerkitoBio/goquery)html](https://github.com/PuerkitoBio/goquery%EF%BC%89html) dom 元素解析
* Element-UI ([https://element.eleme.cn](https://element.eleme.cn/)) 饿了么开源的基于 vue.js 的前端库
* vditor ([https://github.com/b3log/vditor](https://github.com/b3log/vditor)) Markdown 编辑器
## 功能预览
[https://mlog.club](https://mlog.club)