File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818---
1919
20- APIJSON 是一种专为 API 而生的 JSON 网络传输协议 以及 基于这套协议实现的 ORM 库。<br />
20+ 腾讯 APIJSON 是一种专为 API 而生的 JSON 网络传输协议 以及 基于这套协议实现的 ORM 库。<br />
2121为各种增删改查提供了完全自动化的万能 API,零代码实时满足千变万化的各种新增和变更需求。<br />
2222能大幅降低开发和沟通成本,简化开发流程,缩短开发周期。<br />
2323适合中小型前后端分离的项目,尤其是 初创项目、内部项目、低代码/零代码、小程序、BaaS、Serverless 等。<br />
@@ -30,7 +30,7 @@ APIJSON 是一种专为 API 而生的 JSON 网络传输协议 以及 基于这
3030
3131### 官方仓库
3232
33- https://github.com/Tencent/APIJSON/commits/master
33+ https://github.com/Tencent/APIJSON
3434
3535
3636### 开发进度
@@ -47,7 +47,8 @@ https://github.com/Tencent/APIJSON/commits/master
4747
4848### 如何使用
4949
50- Postman文档(调试过程中保存):https://documenter.getpostman.com/view/7711046/UVC3jStM
50+ Postman文档(调试过程中保存):https://documenter.getpostman.com/view/7711046/UVC3jStM <br />
51+ APIJSON通用文档(增删改查说明):https://github.com/Tencent/APIJSON/blob/master/Document.md
5152
5253拉取该项目, 配置mysql数据库, 配置文件路径:` config\autoload\databases.php `
5354
@@ -71,4 +72,4 @@ docker run -dit --name hyperf-apijson -v {项目目录}:/opt/www -p 9501:9501 hy
7172cd /opt/www
7273composer update
7374php bin/hyperf.php start
74- ```
75+ ```
You can’t perform that action at this time.
0 commit comments