|
1 | | -<div align="center"> |
| 1 | +<br> |
2 | 2 |
|
3 | | -<br/> |
| 3 | +<div align="center"> |
4 | 4 |
|
5 | 5 | <img alt="The logo includes the abstract combination of the three letters FBA, forming a lightning bolt that seems to spread out from the ground" width="320" src="https://wu-clan.github.io/picx-images-hosting/logo/fba.png"> |
6 | 6 |
|
7 | 7 | # FastAPI Best Architecture |
8 | 8 |
|
| 9 | +English | [简体中文](./README.zh-CN.md) |
| 10 | + |
| 11 | +A backend and frontend separation solution based on the FastAPI framework, following |
| 12 | +the [pseudo three-tier architecture](#pseudo-three-tier-architecture) design, supporting **Python 3.10** and above |
| 13 | +versions |
| 14 | + |
| 15 | +**🔥Continuously updated and maintained🔥** |
| 16 | + |
9 | 17 | [](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/LICENSE) |
10 | 18 | [](https://www.python.org/downloads/) |
11 | | -[](https://github.com/astral-sh/ruff) |
| 19 | + |
12 | 20 | [](https://pydantic.dev) |
| 21 | +[](https://github.com/astral-sh/ruff) |
| 22 | +[](https://github.com/astral-sh/uv) |
| 23 | +[](https://discord.com/invite/yNN3wTbVAC) |
| 24 | + |
13 | 25 |
|
14 | 26 | </div> |
15 | 27 |
|
16 | 28 | > [!NOTE] |
17 | 29 | > This repository as a template library open to any person or enterprise can be used for free! |
18 | 30 |
|
19 | | -English | [简体中文](./README.zh-CN.md) |
20 | | - |
21 | | -FastAPI framework based on the front-end and back-end separation of the middle and back-end solutions, follow |
22 | | -the [pseudo three-tier architecture](#pseudo-three-tier-architecture) design, support for **python3.10** and above |
23 | | -versions |
24 | | - |
25 | | -**🔥Continuously updated and maintained🔥** |
26 | | - |
27 | 31 | ## Pseudo three-tier architecture |
28 | 32 |
|
29 | 33 | The mvc architecture is a common design pattern in python web, but the three-tier architecture is even more fascinating |
|
0 commit comments