Campus Hub platform for students: micro-requests, borrow/loan items, marketplace
Tables: HelpBoard, ExchangeZone, Announcements
- AZURE_TABLE_CONN - Storage connection string
- AZURE_STORAGE_ACCOUNT - Storage account name (uses Managed Identity)
- FLASK_SECRET_KEY - Secret key for sessions and CSRF
- FLASK_ENV - Set to
productionfor production
- Go to Configuration → Application settings
- Add environment variables
- Save and restart
Tables are created automatically on first use.
/api/help/*- HelpBoard operations/api/exchange/*- ExchangeZone operations/api/announcements/*- Announcements operations