MVP Build

This commit is contained in:
Eric Gullickson
2025-08-09 12:47:15 -05:00
parent 2e8816df7f
commit 8f5117a4e2
92 changed files with 5910 additions and 0 deletions

10
frontend/.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Auth0 Configuration
VITE_AUTH0_DOMAIN=your-auth0-domain.us.auth0.com
VITE_AUTH0_CLIENT_ID=your-auth0-client-id
VITE_AUTH0_AUDIENCE=https://your-api-audience
# API Configuration
VITE_API_BASE_URL=http://localhost:3001/api
# Google Maps (for future stations feature)
VITE_GOOGLE_MAPS_API_KEY=your-google-maps-api-key