feat(UI): initial working frontend UI

This commit is contained in:
2025-10-09 17:12:55 +13:00
parent e8972cae38
commit 9e61d18bf6
26 changed files with 6885 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
# BDFR Web Interface Configuration
# Copy this file to .env and update the values as needed
# Reddit OAuth Configuration
# You MUST set this to match your Reddit OAuth app settings
# Go to https://www.reddit.com/prefs/apps, create/edit your app, and use the exact redirect URI
BDFR_REDIRECT_URI=http://localhost:8000/auth/callback
# OAuth Credentials (from your Reddit OAuth app)
# Get these from: https://www.reddit.com/prefs/apps
BDFR_CLIENT_ID=your_client_id_here
BDFR_CLIENT_SECRET=your_client_secret_here
# Server Configuration (optional)
# HOST=0.0.0.0
# PORT=8000
# DEBUG=true