Skip to content

System‐Architecture.md

이희진 edited this page Oct 31, 2025 · 1 revision

🏗 시스템 아키텍처

📦 서비스 구성

graph TD
    Client[Frontend - Next.js] --> API[Backend - NestJS]
    API --> DB[(PostgreSQL)]
    API --> Cache[Redis]
    API --> Storage[S3]
    API --> Auth[OAuth / JWT]
    API --> Delivery[물류 API]
    Delivery --> Courier[배송 파트너사]
Loading

Clone this wiki locally