# Electricity-Python **Repository Path**: durbao/electricity-python ## Basic Information - **Project Name**: Electricity-Python - **Description**: 预测模型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI Admin 基于fastapi开发的api项目 ## 首次安装 pip install -r requirements.txt ## 启动 ```shell # 进入项目的app目录 cd app # 启动项目 python.exe -m uvicorn main:app --reload ``` ## 镜像打包 ```shell docker build -t sanbuliuxin/fastapi-admin:v20240611 . ``` ## API文档 Swagger: http://localhost:8000/api/v1/docs