feat(backend): setup FastAPI + SQLite + config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-21 21:14:10 +01:00
parent d79f94e948
commit cf4fbfd4a0
5 changed files with 60 additions and 0 deletions

2
backend/app/seed.py Normal file
View File

@@ -0,0 +1,2 @@
def run_seed():
pass