added restful api

This commit is contained in:
Jan Felix Wiebe 2025-07-09 22:03:08 +02:00
commit 4e359cf3ef
7 changed files with 530 additions and 0 deletions

38
backend/.gitignore vendored Normal file
View file

@ -0,0 +1,38 @@
# Virtual Environment
venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log