-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90b82b4
commit f2374ef
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
# ApiCat | ||
![GitHub stars](https://img.shields.io/github/stars/xinghai-osc/apicat?style=social.svg?style=social&label=Star) | ||
## 简介 | ||
ApiCat 是一个API框架,它能帮助站长快速部署各种API。 | ||
ApiCat 是一个API框架,它能帮助站长快速部署各种API。 | ||
## 使用 | ||
### 安装 | ||
运行 | ||
```bash | ||
pip install apicat | ||
``` | ||
下载APICAT包。 | ||
### 初始化。 | ||
进入项目目录,运行 | ||
```bash | ||
apicat init | ||
``` | ||
后,您的目录下将出现三个文件, | ||
### 运行。 | ||
在项目目录,运行 | ||
```bash | ||
apicat start | ||
``` | ||
此时,您已成功启动一个空白的API平台。 | ||
下一步:等待编写。 |