# go-iris-curd **Repository Path**: idart/go-iris-curd ## Basic Information - **Project Name**: go-iris-curd - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-iris-curd #### 介绍 go iris curd,参考 https://gitee.com/yhm_my/go-iris #### 软件架构 - golang - iris - casbin #### 安装教程 1. 修改 conf 下的 app.yml 和 db.yml 2. 初始化数据库,sql 文件在 doc/casbin.sql 3. 使用 go-bindata 生成配置文件 ``` go-bindata -pkg conf -o main/inits/bindata/conf/conf-data.go conf go-bindata -pkg static -o main/inits/bindata/static/static-data.go resources/... ``` #### 使用说明 1. 运行 go run main/main.go 2. 打开浏览器 http://localhost:8088 3. xxxx