- ORM (sqlmodel)
- Migrations (alembic)
- Authentication (JWT)
- Poetry (https://python-poetry.org/)
- Make (optional)
- Copy
.env.example
->.env
and edit according to your needs - Run
poetry install
- Update your database:
make migrate
orpoetry run alembic upgrade head
- Create new migration:
make migration name="migration name"
make start
Go to /docs
to access swagger auto-generated docs.