# api_server **Repository Path**: imzack/api_server ## Basic Information - **Project Name**: api_server - **Description**: 主要使用Python来开发的接口server - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-07 - **Last Updated**: 2024-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apisever 本项目主要是为了做接口自动化测试 准备项目。 ## 环境搭建 1. 下载代码 ``` git clone https://gitee.com/imzack/api_server.git ``` 2. 安装依赖 代码下载之后,先进入项目目录,然后执行以下命令安装依赖 ```shell cd api_server ``` 再执行安装依赖命令 ```shell pip install -r requirements.txt ``` 3. 运行项目 ```shell uvicorn main:app --reload ``` 4. 访问接口文档 打开浏览器访问:http://localhost:8000/docs