Initial commit: 프로젝트 초기 구성

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jungwoo choi
2026-02-10 06:53:16 +09:00
commit b54811ad8d
21 changed files with 3168 additions and 0 deletions

20
CLAUDE.md Normal file
View File

@ -0,0 +1,20 @@
# CLAUDE.md
## Project: todos2
- **Template**: fullstack
- **Created**: 2026-02-10
## Commands
```bash
# 서비스 시작
docker-compose up -d
# 서비스 로그
docker-compose logs -f
# 서비스 중지
docker-compose down
```
## Architecture
프로젝트 구조 및 아키텍처를 여기에 기술하세요.