📝 Small improvements
This commit is contained in:
parent
67d89a94f4
commit
cb9acd52d0
1 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
# OhMyAPI
|
# OhMyAPI
|
||||||
|
|
||||||
OhMyAPI is a web-application scaffolding framework and management layer built around `FastAPI`, `TortoiseORM` and `Aerich` migrations.
|
OhMyAPI is a web-application scaffolding framework and management layer built around `FastAPI`.
|
||||||
|
It is a thin layer that tightly integrates TortoiseORM and Aerich migrations.
|
||||||
|
|
||||||
> *Think: Django RestFramework, but less clunky and 100% async.*
|
> *Think: *"Django RestFramework"*, but less clunky and instead 100% async.*
|
||||||
|
|
||||||
It is ***blazingly fast***, extremely ***fun to use*** and comes with ***batteries included***!
|
It is ***blazingly fast***, extremely ***fun to use*** and comes with ***batteries included***!
|
||||||
|
|
||||||
|
|
@ -12,7 +13,7 @@ It is ***blazingly fast***, extremely ***fun to use*** and comes with ***batteri
|
||||||
- Django-like per-app migrations (makemigrations & migrate) via Aerich
|
- Django-like per-app migrations (makemigrations & migrate) via Aerich
|
||||||
- Django-like CLI tooling (startproject, startapp, shell, serve, etc)
|
- Django-like CLI tooling (startproject, startapp, shell, serve, etc)
|
||||||
- Customizable pydantic model serializer built-in
|
- Customizable pydantic model serializer built-in
|
||||||
- Various optional built-in apps you can hook into your project
|
- Various optional built-in apps you can hook into your project (i.e. authentication and more)
|
||||||
- Highly configurable and customizable
|
- Highly configurable and customizable
|
||||||
- 100% async
|
- 100% async
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue