https://github.com/py-gzky/pythonbackendengineerguide
Python后端工程师生存指南
https://github.com/py-gzky/pythonbackendengineerguide
docker fastapi fastapi-template mongodb mysql python3 redis ubuntu2004 uvicorn
Last synced: 4 months ago
JSON representation
Python后端工程师生存指南
- Host: GitHub
- URL: https://github.com/py-gzky/pythonbackendengineerguide
- Owner: PY-GZKY
- Created: 2021-08-25T08:35:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T03:18:50.000Z (5 months ago)
- Last Synced: 2025-08-05T05:22:47.271Z (5 months ago)
- Topics: docker, fastapi, fastapi-template, mongodb, mysql, python3, redis, ubuntu2004, uvicorn
- Homepage: https://fastapi.tplan.cc
- Size: 8.07 MB
- Stars: 49
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# 后端工程师生存指南

在线阅读:[https://fastapi.tplan.cc](https://fastapi.tplan.cc)
项目地址:[https://github.com/PY-GZKY/PythonBackendEngineerGuide](https://github.com/PY-GZKY/PythonBackendEngineerGuide)
* [如何搭建一台后端服务器](how-to-configure-server.md)
* [如何选择数据库服务](how-to-quickly-deploy-database.md)
* [如何使用 Docker 部署服务](how-to-deploy-using-docker.md)
* [FastAPI开发](how-to-quickly-develop-fastapi-application.md)
* [如何快速开发 FastAPI 应用](how-to-quickly-develop-fastapi-application.md)
* [如何快速部署 FastAPI 服务](how-to-deploy-fastapi-services.md)
* [如何集成 FastAPI 插件](how-to-integrate-plugins.md)
* [如何优化后端服务](how-to-optimize-performance.md)
* [如何搭建一个站点监控服务](how-to-build-site-monitoring-service.md)