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
+5
View File
@@ -0,0 +1,5 @@
fastapi
uvicorn[standard]
sqlalchemy
authlib
python-dotenv