# demo_api **Repository Path**: lunamagic1978/demo_api ## Basic Information - **Project Name**: demo_api - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-05 - **Last Updated**: 2021-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本demo是用于配合基于Python的接口自动化落地实践教学使用的 #环境准备 python3.6 以上 #启动步骤 1. git clone https://gitee.com/lunamagic1978/demo_api.git 2. cd demo_api 3. pip install -r requirements.txt 4. python manage.py runserver #接口文档 访问以下两条路径都可以获得接口文档 1.http://127.0.0.1:8000/doc/ 2.http://127.0.0.1:8000/redoc/ #用户管理平台 http://127.0.0.1:8000/admin/login 默认用户和密码 admin/admin