Skip to content

Backend

nathan29849 edited this page Jun 12, 2022 · 27 revisions

요구사항 분석

image image Screen Shot 2022-05-24 at 4 17 07 PM Screen Shot 2022-05-24 at 4 17 14 PM

도메인 모델

image image

Schema 모델

Screen Shot 2022-05-27 at 2 04 45 PM

AWS Server Architecture (3계층 아키텍쳐)

image
  • VPC 구성
    • 단일 AZ, 멀티 노드 구조
    • Public Subnet
      • NAT instance, Bastion instance, EC2(WebServer)
    • Private Subnet
      • EC2(MySQL)
      • EC2(WebApplicationServer : SpringBoot)

GitHub OAuth Flow

Web Flow

GitHubOAuthFlow 001

Device Flow

GitHubOAuthFlow 002