# gfblog **Repository Path**: gofp/gfblog ## Basic Information - **Project Name**: gfblog - **Description**: 个人博客项目 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-13 - **Last Updated**: 2023-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 拉取命令: ```angular2html git clone https://gitee.com/gofp/gfblog.git ``` ### 依赖安装: ```angular2html pip install -r requirements.txt ``` ### 运行命令: ```angular2html uvicorn main:app --reload ``` ### 网址: ```angular2html # / http://127.0.0.1:8000 # api交互文档 http://127.0.0.1:8000/docs ```