first commit

This commit is contained in:
2026-02-28 00:02:02 +01:00
commit 6295c58d33
36 changed files with 7017 additions and 0 deletions

8
backend/entrypoint.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
echo "→ Flask-Migrate: database upgraden naar laatste versie..."
flask db upgrade
echo "→ App starten..."
exec "$@"