jimersylee / iris-seed

It's a iris starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

基于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

go install -u github.com/beego/bee
go mod vendor
bee run 

Author

jimersylee@gmail.com

功能

  • 注册登录
  • 推荐系统
  • redis缓存整合
  • MySQL

鸣谢

特别感谢 JetBrains 为本开源项目提供免费的 IntelliJ GoLand 授权

License

开源不易,请尊重作者的付出,感谢。 再次声明,若是未联系作者直接将本系统使用于商业产品,出现的商业纠纷,本系统概不承担,感谢。

MIT

Copyright (c) 2023 jimersylee

About

It's a iris starter

License:MIT License


Languages

Language:Go 98.0%Language:HTML 1.2%Language:CSS 0.7%Language:Dockerfile 0.1%