first commit

This commit is contained in:
2025-11-24 23:10:55 -06:00
commit 8315fa51c9
279 changed files with 74600 additions and 0 deletions

13
public_web/.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Public Web Frontend Environment Variables
# Flask environment (development, production)
FLASK_ENV=development
# Secret key for Flask sessions (generate a random string for production)
SECRET_KEY=your-secret-key-here-change-in-production
# API Backend URL (optional, can be set in config YAML)
API_BASE_URL=http://localhost:5000
# Logging
LOG_LEVEL=DEBUG