# APIJSON-GoFrame **Repository Path**: APIJSON/apijson-goframe ## Basic Information - **Project Name**: APIJSON-GoFrame - **Description**: 【新】基于 Go + GoFrame 实现的 APIJSON,增删改查、权限校验等,本仓库为副本,请给原仓库右上角点亮 ⭐️ Star - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/glennliao/apijson-go - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-02-07 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apijson-go [下水阶段] 基于 go + goframe 实现的 apijson > ~~暂仍处于前期开发探索中, 请仅使用在 个人探索项目~~ > > ~~目前处于 【下水阶段】, 欢迎测试、issue、建议、pr~~ > > 目前处于 【摸石头阶段】, 欢迎测试、issue、建议、pr, 请勿使用在非个人的线上项目 [RoadMap 阶段规划](./@doc/roadmap.md) # 快速体验 ~~创建后 执行 @demo/todo/tests 下的 *_test.go 访问测试~~ # 使用指南 ~~暂参考demo目录下的todo~~ ## 文档参考 1. [Get开放查询](./@doc/query.md) 2. [非开放请求](./@doc/action.md) 3. [权限控制](./@doc/access.md) ~~# 开发指南~~ 1. go >= 1.18 2. 创建 mysql 数据库 3. 导入 @demo/todo/doc/todo.sql文件 4. @demo/todo/config.yaml.example 改成 @demo/todo/config.yaml, 然后修改配置文件 config.yaml 中数据库连接 5. 在@demo/todo 目录运行 go run main.go 或者 查看测试 @demo/todo/tests # 感谢 - [GoFrame](https://gitee.com/johng/gf) - [APIJSON](https://gitee.com/Tencent/APIJSON) # 参考链接 1. [详细的说明文档.md](https://github.com/Tencent/APIJSON/blob/master/%E8%AF%A6%E7%BB%86%E7%9A%84%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3.md) 2. [最新规范文档](https://github.com/Tencent/APIJSON/blob/master/Document.md) 3. [todo demo doc](https://github.com/jerrylususu/apijson_todo_demo/blob/master/FULLTEXT.md) 4. [如何实现其它语言的APIJSON?](https://github.com/Tencent/APIJSON/issues/38)