0ee5d066b4f8067cf02a0e0d9e05de42ab6c4062
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
black-ink
Overview
프로젝트 설명을 여기에 작성하세요.
Tech Stack
- Template: fullstack
- Stack: Next.js + FastAPI + MongoDB + Redis
- Created: 2026-02-09
Getting Started
# 서비스 시작
docker-compose up -d
# 서비스 로그
docker-compose logs -f
# 서비스 중지
docker-compose down
Project Structure
black-ink/
├── 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%