Initial commit: 프로젝트 초기 구성

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jungwoo choi
2026-02-09 08:21:50 +09:00
commit 0ee5d066b4
20 changed files with 2981 additions and 0 deletions

6
backend/requirements.txt Normal file
View File

@ -0,0 +1,6 @@
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
motor>=3.3.0
pydantic>=2.5.0
aioredis>=2.0.0
python-dotenv>=1.0.0