feat: backend foundation setup with SQLite and FastAPI

This commit is contained in:
Daniel Bedeleanu
2026-04-10 13:44:21 +03:00
parent 3f76610787
commit 46bd6ae733
5 changed files with 107 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
backend/venv/
backend/data/
__pycache__/
*.pyc
.env
.DS_Store