# ybt-data-server-api **Repository Path**: zwz_2/ybt-data-server-api ## Basic Information - **Project Name**: ybt-data-server-api - **Description**: python 接口工程 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-26 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 医保通数据服务api项目 ## How to start ### 1.安装项目依赖 ```shell pip install -r pip.txt ``` ### 2.启动项目 ```shell python app.py ``` ### 3.启动后相关接口信息请自行查阅代码内容及Fastapi文档获取 ```shell ex: http://yourhost:ypurport?docs ``` ## Others ### 数据服务接口活动数据监测脚本 ```shell data_server_monitor.py ```