You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+147-9Lines changed: 147 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,106 @@
1
1
# FastAPI-boilerplate
2
-
A boilerplate for Fastapi
2
+
>A template to speed your FastAPI development up.
3
3
4
+
## About
5
+
**FastAPI boilerplate** creates an extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0 and PostgreSQL:
6
+
-[`FastAPI`](https://fastapi.tiangolo.com): modern Python web framework for building APIs
7
+
-[`Pydantic V2`](https://docs.pydantic.dev/2.4/): the most widely used data validation library for Python now rewritten in Rust [`(5x to 50x speed improvement)`](https://docs.pydantic.dev/latest/blog/pydantic-v2-alpha/)
8
+
-[`SQLAlchemy 2.0`](https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html): Python SQL toolkit and Object Relational Mapper
9
+
-[`PostgreSQL`](https://www.postgresql.org): The World's Most Advanced Open Source Relational Database
0 commit comments