# mobotstone **Repository Path**: stonelin/mobotstone ## Basic Information - **Project Name**: mobotstone - **Description**: python微服务 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-22 - **Last Updated**: 2024-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README uvicorn main:app --reload # 指定端口启动 uvicorn main:app --host '0.0.0.0' --port 8084 --reload # Swagger地址 http://127.0.0.1:8000/docs