backend: add FastAPI scaffold, models, oauth flow, schema

This commit is contained in:
TLimoges33
2025-08-28 17:07:21 +00:00
parent c64039bb2f
commit 8aee66f658
7 changed files with 304 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Environment example for backend
DATABASE_URL=sqlite:///./modern_dev.db
BASE_URL=http://localhost:8000
FRONTEND_ORIGIN=http://localhost:5173
# Register a Google OAuth app and put credentials here for testing
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret