fastapi-svelte-template/backend/todo
2023-05-30 15:27:29 +01:00
..
crud refactor: fastapi dependency injections and consistent route naming 2023-05-30 15:27:29 +01:00
database feat(backend): make list endpoints sortable 2023-05-22 13:44:10 +02:00
dependencies refactor: fastapi dependency injections and consistent route naming 2023-05-30 15:27:29 +01:00
models refactor: fastapi dependency injections and consistent route naming 2023-05-30 15:27:29 +01:00
routes refactor: fastapi dependency injections and consistent route naming 2023-05-30 15:27:29 +01:00
schemas refactor: fastapi dependency injections and consistent route naming 2023-05-30 15:27:29 +01:00
utils fix(backend): make fake entries more plausible 2023-05-22 03:15:58 +02:00
__init__.py feat(backend): add crud, routes, models and migrations 2023-05-21 02:50:44 +02:00
config.py feat(backend): add crud, routes, models and migrations 2023-05-21 02:50:44 +02:00
main.py feat(backend): add crud, routes, models and migrations 2023-05-21 02:50:44 +02:00