# FastAPI简易博客 **Repository Path**: ly3566/fast-api-simple-blog ## Basic Information - **Project Name**: FastAPI简易博客 - **Description**: FastAPI+AMIS+mysql+Docker搭建的简易博客 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2022-07-05 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI简易博客 #### 介绍 使用FastAPI+AMIS+mysql+Docker搭建的简易博客,线上预览: [简易博客](http://121.5.70.180/) #### 软件架构 **前端**:AMIS+Jinja2 **后端**:FastAPI **数据库**:MySQL **部署**:Docker #### 使用说明 ```shell git clone https://gitee.com/ly3566/fast-api-simple-blog.git cd fast-api-simple-blog docker compose up -d ``` 第一次启动需要下载镜像,可能需要几分钟,建议添加国内下载源 启动后访问: - http://localhost - http://localhost/admin - 管理员:admin 密码:123 - http://localhost/docs **不安装docker**、mysql只用python也可以启动项目,详细说明在backend/frontend文件夹里 #### 效果图 ![博客.png](https://s2.loli.net/2022/07/06/fRTz86iJ1y3VElH.png) ![后台管理.png](https://s2.loli.net/2022/07/06/dhiPISOx8v94CZu.png) ![文档.png](https://s2.loli.net/2022/07/06/g7vs2Jcj4CYaZR6.png)