# gmf_application_fastapi_master **Repository Path**: chocolate7/gmf_application_fastapi_master ## Basic Information - **Project Name**: gmf_application_fastapi_master - **Description**: GMF应用工程后端代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-29 - **Last Updated**: 2026-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本项目为GMF后台,采用fastapi实现python函数的web api化 ``` # 开发环境修改代码 # VM_gmf中 cd /opt/gmf-fastapi # 更新 git pull ``` ### API字典 ### 项目初始化 ``` # 切换到项目根目录安装依赖 pip install -r requirements.txt # 启动项目 python main.py ```