Skip to content

Commit 0d3d9e5

Browse files
committed
update readme.md
1 parent be2b9f7 commit 0d3d9e5

File tree

2 files changed

+377
-371
lines changed

2 files changed

+377
-371
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ Production-ready dockerized async REST API on FastAPI with SQLAlchemy and Postgr
1010

1111
## Key Features
1212
- 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/)
1415
- Linting and formatting using `ruff` and `mypy`
1516
- `Alembic` for DB migrations
1617

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.
19+
1720
### After `git clone` run
1821
```bash
1922
just --list

0 commit comments

Comments
 (0)