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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,13 @@ Production-ready dockerized async REST API on FastAPI with SQLAlchemy and Postgr
10
10
11
11
## Key Features
12
12
- tests on `pytest` with automatic rollback after each test case
13
-
- IOC (Inversion of Control) container built on [modern-di](https://github.com/modern-python/modern-di/) - my DI framework
13
+
- IOC (Inversion of Control) container built on [modern-di](https://github.com/modern-python/modern-di/)
14
+
- Observability tools integration built on [lite-bootstrap](https://github.com/modern-python/lite-bootstrap/)
14
15
- Linting and formatting using `ruff` and `mypy`
15
16
-`Alembic` for DB migrations
16
17
18
+
You can clone this project or use [this template](https://github.com/modern-python/modern-python-template) for fast [micro]service creation from scratch.
0 commit comments