File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99## 📋 목차
1010
1111- [ 기술 스택] ( #-기술-스택 )
12- - [ 시스템 아키텍처] ( #-시스템-아키텍처 )
1312- [ 주요 기능] ( #-주요-기능 )
1413- [ 프로젝트 구조] ( #-프로젝트-구조 )
1514- [ CI/CD] ( #cicd )
4847
4948---
5049
51- ## 🏗 시스템 아키텍처
5250
53- ```
54- ┌─────────────┐ ┌─────────────┐ ┌────────────────────────┐
55- │ Client │────▶│ Nginx │────▶│ Spring Boot │
56- │ (Frontend) │ │ (Reverse │ │ Server │
57- └─────────────┘ │ Proxy) │ └───────────┬────────────┘
58- └─────────────┘ │
59- │
60- ┌─────────────│────────────│────────────────────│─────────────────│─────────────────│
61- │ │ │ │ │ │
62- ┌───▼────┐ ┌─────▼────┐ ┌────▼─────┐ ┌───────▼───────┐ ┌──────▼───────┐ ┌──────▼───────┐
63- │ MySQL │ │ Redis │ │ AWS S3 │ │ Toss Payments │ │ Google │ │ Kakao │
64- │ DB │ │ Cache │ │ (Images) │ │ API │ │ OAuth │ │ OAuth │
65- └────────┘ └──────────┘ └──────────┘ └───────────────┘ └──────────────┘ └──────────────┘
66- ```
51+
52+
53+
6754
6855---
6956
You can’t perform that action at this time.
0 commit comments