fastapi-svelte-template/backend/README.md

286 B

TODO Backend

Built using fastapi.

Database Migrations

You must run database migrations after first deploying the database, by running

sudo docker exec -w /app/todo/database -it todo-backend alembic upgrade head

once you have launched the todo-backend-container.