chore: initialize Next.js + FastAPI monorepo with Docker Compose

This commit is contained in:
chengkai3
2026-04-11 23:28:23 +08:00
commit add7517a1d
36 changed files with 7308 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "fquiz-api"
version = "0.1.0"
description = "FastAPI backend for fquiz"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.116.0,<1.0.0",
"uvicorn[standard]>=0.35.0,<1.0.0",
"pydantic-settings>=2.10.0,<3.0.0",
]