-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d43f338
commit 4f410d0
Showing
3 changed files
with
23 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,13 @@ | ||
> 本人日常开发的主力语言为Java,因为对golang的兴趣,所以才边学边写了该项目,完全是为了学习。 | ||
# 使用帮助 | ||
[https://mlog.club/topic/17](https://mlog.club/topic/17) | ||
|
||
## 技术栈 | ||
# 问题反馈 | ||
|
||
- iris (https://github.com/kataras/iris) mvc框架 | ||
- gorm (http://gorm.io/) orm框架 | ||
- resty (https://github.com/go-resty/resty) 好用的http-client | ||
- cron (https://github.com/robfig/cron) 定时任务 | ||
- goquery(https://github.com/PuerkitoBio/goquery)html dom元素解析 | ||
- Element-UI (https://element.eleme.cn) 饿了么开源的基于vue.js的前端库 | ||
- vditor (https://github.com/b3log/vditor) Markdown编辑器 | ||
[https://mlog.club/topics](https://mlog.club/topics) | ||
|
||
# 交流群 | ||
|
||
## startup | ||
扫码加好友进群交流,加好友请备注:`mlog` | ||
|
||
1. 打开根目录下的mlog.json,配置自己的数据库,只需要创建好库就可以,表会自动为你创建。 | ||
2. 根目录下执行:`go mod tidy`将所有需要依赖的库下载到本地。(依赖管理使用了go mod,不会用的请看这里:https://mlog.club/topic/9) | ||
3. 执行`go run main.go`启动项目 | ||
|
||
## 注意事项 | ||
|
||
- 后台管理项目使用vue+element-ui编写,采用前后端分离方案,后台工程在`web/admin`请自行编辑。 | ||
|
||
## 如有问题,请反馈到这里: | ||
|
||
https://mlog.club/topics | ||
|
||
## 加好友进群交流 | ||
![](https://i.loli.net/2019/06/25/5d11effb3458934717.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters