Initial commit

This commit is contained in:
2025-10-13 15:00:54 +09:00
committed by 이민규
commit 3201c9e9f6
43 changed files with 5126 additions and 0 deletions

10
backend/pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.119.0",
"uvicorn[standard]>=0.37.0",
]