Initial commit: 프로젝트 초기 구성

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

39
README.md Normal file
View File

@ -0,0 +1,39 @@
# todos
## Overview
프로젝트 설명을 여기에 작성하세요.
## Tech Stack
- **Template**: fullstack
- **Stack**: Next.js + FastAPI + MongoDB + Redis
- **Created**: 2026-02-10
## Getting Started
```bash
# 서비스 시작
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
- **Gitea**: http://gitea.yakenator.io/yakenator/todos