An open API service indexing awesome lists of open source software.

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

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