jungwoo choi 8326c84be9 feat: 3-mode inspection with tabbed UI + batch upload
- Add batch inspection backend (multipart upload, SSE streaming, MongoDB)
- Add tabbed UI (single page / site crawling / batch upload) on home and history pages
- Add batch inspection progress, result pages with 2-panel layout
- Rename "사이트 전체" to "사이트 크롤링" across codebase
- Add python-multipart dependency for file upload
- Consolidate nginx SSE location for all inspection types

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 19:15:27 +09:00

web-inspector

Overview

프로젝트 설명을 여기에 작성하세요.

Tech Stack

  • Template: fullstack
  • Stack: Next.js + FastAPI + MongoDB + Redis
  • Created: 2026-02-12

Getting Started

# 서비스 시작
docker-compose up -d

# 서비스 로그
docker-compose logs -f

# 서비스 중지
docker-compose down

Project Structure

web-inspector/
├── backend/           # FastAPI 백엔드
│   ├── app/
│   │   └── main.py    # 엔트리포인트
│   ├── Dockerfile
│   └── requirements.txt
├── frontend/          # Next.js 프론트엔드
├── docker-compose.yml
├── .env
└── CLAUDE.md

Git

Description
No description provided
Readme 914 KiB
Languages
TypeScript 54%
Python 41.9%
HTML 1.7%
JavaScript 1.5%
Dockerfile 0.4%
Other 0.5%