jungwoo choi 645ec56bd1 fix: 크롤링 중복 URL 제거 + URL 정규화 강화
- normalize_url: www. prefix 제거, UTM 등 트래킹 파라미터 제거
- site inspection: 크롤링 후 검사 전 중복 URL 필터링
- batch inspection: 업로드 URL 목록 중복 제거

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 07:26:00 +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%