645ec56bd10a7bc9a34dea02c4659b8bf49b8166
- normalize_url: www. prefix 제거, UTM 등 트래킹 파라미터 제거 - site inspection: 크롤링 후 검사 전 중복 URL 필터링 - batch inspection: 업로드 URL 목록 중복 제거 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Languages
TypeScript
54%
Python
41.9%
HTML
1.7%
JavaScript
1.5%
Dockerfile
0.4%
Other
0.5%