📝 Small improvements

This commit is contained in:
Brian Wiborg 2025-10-08 12:54:42 +02:00
parent 67d89a94f4
commit cb9acd52d0
No known key found for this signature in database

View file

@ -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