Initial commit: 프로젝트 초기 구성
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
39
README.md
Normal file
39
README.md
Normal file
@ -0,0 +1,39 @@
|
||||
# black-ink
|
||||
|
||||
## Overview
|
||||
프로젝트 설명을 여기에 작성하세요.
|
||||
|
||||
## Tech Stack
|
||||
- **Template**: fullstack
|
||||
- **Stack**: Next.js + FastAPI + MongoDB + Redis
|
||||
- **Created**: 2026-02-09
|
||||
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
# 서비스 시작
|
||||
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
|
||||
- **Gitea**: http://gitea.yakenator.io/yakenator/black-ink
|
||||
Reference in New Issue
Block a user