Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 22 days ago
JSON representation

Python后端工程师生存指南

Awesome Lists containing this project

README

        

# 后端工程师生存指南

![Readme](https://github-readme-stats.vercel.app/api/pin/?username=PY-GZKY&repo=PythonBackendEngineerGuide)

在线阅读:[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)