jungwoo choi 1d90af7c3c Add RSS Feed Subscription Service
- RSS/Atom 피드 구독 및 관리 서비스 구현
- 자동 업데이트 스케줄러 포함 (기본 15분 주기)
- 피드 엔트리 읽음/별표 상태 관리
- 카테고리별 분류 기능
- OPML 내보내기 지원
- MongoDB 데이터 저장, Redis 캐싱
- Docker 컨테이너 구성 (포트 8017)

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-12 13:16:07 +09:00

Site11 - Microservices Architecture

Overview

Microservices platform with Console as API Gateway orchestrating multiple domain services.

Quick Start

Start Services

# Start console service
docker-compose up -d console-backend

# Check status
curl http://localhost:8011/health

Available Endpoints

  • http://localhost:8011/ - Root endpoint
  • http://localhost:8011/health - Health check
  • http://localhost:8011/api/status - System status

Architecture

  • Console: API Gateway and orchestrator
  • Services: Domain-specific microservices (users, oauth, images, etc.)
  • Database: MongoDB for persistence
  • Cache: Redis for caching and pub/sub

Development

See docs/PLAN.md for implementation roadmap and docs/PROGRESS.md for current status.

Description
No description provided
Readme 1.1 MiB
Languages
Python 80.8%
TypeScript 13.3%
Shell 4.9%
Dockerfile 0.7%
Makefile 0.2%