···72727373Now, to test that everything is working, you can launch the tests using this command:
74747575- poetry run pytest .7575+ poetry run pytest .
7676+7777+### 6. Run database migrations
7878+7979+poetry run alembic upgrade head
8080+8181+### 7. Run server
8282+8383+poetry run uvicorn kefi.main:app --reload