Skip to content

Commit fffe855

Browse files
committed
update
1 parent 1525b4e commit fffe855

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
1-
<div align="center">
1+
<br>
22

3-
<br/>
3+
<div align="center">
44

55
<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">
66

77
# FastAPI Best Architecture
88

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+
917
[![GitHub](https://img.shields.io/github/license/fastapi-practices/fastapi_best_architecture)](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/LICENSE)
1018
[![Static Badge](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
11-
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
19+
![Static Badge](https://img.shields.io/badge/MySQL-8.0%2B-%2300758f)
1220
[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://pydantic.dev)
21+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
22+
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
23+
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/yNN3wTbVAC)
24+
![Discord](https://img.shields.io/discord/1185035164577972344)
1325

1426
</div>
1527

1628
> [!NOTE]
1729
> This repository as a template library open to any person or enterprise can be used for free!
1830
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-
2731
## Pseudo three-tier architecture
2832

2933
The mvc architecture is a common design pattern in python web, but the three-tier architecture is even more fascinating

README.zh-CN.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
1-
<div align="center">
1+
<br>
22

3-
<br/>
3+
<div align="center">
44

55
<img alt="Logo 包含了 FBA 三个字母抽象结合,形成了一个类似从地面扩散投影上来的闪电" width="320" src="https://wu-clan.github.io/picx-images-hosting/logo/fba.png">
66

77
# FastAPI Best Architecture
88

9+
简体中文 | [English](./README.md)
10+
11+
基于 FastAPI 框架的前后端分离中后台解决方案,遵循[伪三层架构](#伪三层架构)设计, 支持 **python3.10** 及以上版本
12+
13+
**🔥持续更新维护中🔥**
14+
915
[![GitHub](https://img.shields.io/github/license/fastapi-practices/fastapi_best_architecture)](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/LICENSE)
1016
[![Static Badge](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
11-
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
17+
![Static Badge](https://img.shields.io/badge/MySQL-8.0%2B-%2300758f)
1218
[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://pydantic.dev)
19+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
20+
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
21+
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/yNN3wTbVAC)
22+
![Discord](https://img.shields.io/discord/1185035164577972344)
1323

1424
</div>
1525

1626
> [!NOTE]
1727
> 此仓库作为模板库公开,任何人或企业均可免费使用!
1828
19-
简体中文 | [English](./README.md)
20-
21-
基于 FastAPI 框架的前后端分离中后台解决方案,遵循[伪三层架构](#伪三层架构)设计, 支持 **python3.10** 及以上版本
22-
23-
**🔥持续更新维护中🔥**
24-
2529
## 伪三层架构
2630

2731
mvc 架构作为常规设计模式,在 python web 中也很常见,但是三层架构更令人着迷

0 commit comments

Comments
 (0)