backend: add FastAPI scaffold, models, oauth flow, schema
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user