993ef9640ef72fba46c2a16637668ed3e25f4e44
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
todos
Overview
프로젝트 설명을 여기에 작성하세요.
Tech Stack
- Template: fullstack
- Stack: Next.js + FastAPI + MongoDB + Redis
- Created: 2026-02-10
Getting Started
# 서비스 시작
docker-compose up -d
# 서비스 로그
docker-compose logs -f
# 서비스 중지
docker-compose down
Project Structure
todos/
├── backend/ # FastAPI 백엔드
│ ├── app/
│ │ └── main.py # 엔트리포인트
│ ├── Dockerfile
│ └── requirements.txt
├── frontend/ # Next.js 프론트엔드
├── docker-compose.yml
├── .env
└── CLAUDE.md
Git
Description
Languages
Python
58.5%
Dockerfile
41.5%