https://github.com/jimersylee/iris-seed
It's a iris starter
https://github.com/jimersylee/iris-seed
iris starter
Last synced: 2 days ago
JSON representation
It's a iris starter
- Host: GitHub
- URL: https://github.com/jimersylee/iris-seed
- Owner: jimersylee
- License: mit
- Created: 2019-07-28T04:52:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T04:07:39.000Z (7 months ago)
- Last Synced: 2025-06-24T05:24:23.842Z (7 months ago)
- Topics: iris, starter
- Language: Go
- Homepage:
- Size: 84.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 基于iris框架的种子项目
### stack
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 编辑器
# develop
### hot reload
```shell script
go install -u github.com/beego/bee
go mod vendor
bee run
```
### Author
jimersylee@gmail.com
# 功能
- [x] 注册登录
- [ ] 推荐系统
- [x] redis缓存整合
- [x] MySQL
### 鸣谢
特别感谢 [JetBrains](https://www.jetbrains.com/?from=iris-seed) 为本开源项目提供免费的 [IntelliJ GoLand](https://www.jetbrains.com/go/?from=iris-seed) 授权
### License
开源不易,请尊重作者的付出,感谢。
再次声明,若是未联系作者直接将本系统使用于商业产品,出现的商业纠纷,本系统概不承担,感谢。
[MIT](https://github.com/jimersylee/iris-seed/blob/master/LICENSE)
Copyright (c) 2023 jimersylee