fastapi-svelte-template/backend
2023-05-24 23:45:41 +02:00
..
todo feat(frontend): create sortable data-table component 2023-05-24 23:45:41 +02:00
.gitignore feat(backend): add crud, routes, models and migrations 2023-05-21 02:50:44 +02:00
README.md feat(backend): add crud, routes, models and migrations 2023-05-21 02:50:44 +02:00
requirements.txt feat(backend): add fake data generators 2023-05-22 03:15:36 +02:00

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.