# blog **Repository Path**: chivalrous_man/blog ## Basic Information - **Project Name**: blog - **Description**: FastAPI 个人 博客 API,线上临时服务: http://49.232.203.244:8001 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: http://49.232.203.244:8001/docs - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-06-28 - **Last Updated**: 2021-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog FastAPI Blog后端API **账号 admin 密码 123456** **线上服务地址: http://49.232.203.244:8001** **线上接口文档地址: http://49.232.203.244:8001/docs** # 部署 ```shell 1. git clone https://github.com/zy7y/blog.git 2. cd blog 3. docker build -t blog . 4. docker run -d --name blog-api -p 8001:80 blog ``` ![](https://gitee.com/zy7y/blog_images/raw/master/img/20210204163912.png)