|
2 | 2 | **TRIT(트릿)** 은 일상 속 짧은 외출과 여행을 기록하고, |
3 | 3 | 다른 사람들의 경험을 탐색하며 새로운 장소를 발견할 수 있는 **라이프로그 기반 여행 서비스**입니다. [시연 영상](https://www.youtube.com/watch?v=Y2AJf9LVbQk) |
4 | 4 |
|
5 | | -사용자는 단순한 장소 방문 기록을 넘어서 |
| 5 | +사용자는 단순한 여행 일정 계획을 넘어서 |
6 | 6 |
|
7 | 7 | - 다른 사용자의 여행 루트를 참고하고 |
8 | 8 | - 마음에 드는 일정을 스크랩하거나 |
|
11 | 11 | 자신만의 취향 기반 여행 아카이브를 만들어갈 수 있습니다. |
12 | 12 |
|
13 | 13 | ## ✨ 주요 기능 |
| 14 | +<table> |
| 15 | + <tr> |
| 16 | + <td align="center"> |
| 17 | + <b>메인 피드</b> |
| 18 | + </td> |
| 19 | + <td align="center"> |
| 20 | + <b>검색 페이지</b> |
| 21 | + </td> |
| 22 | + </tr> |
| 23 | + <tr> |
| 24 | + <td> |
| 25 | + <img src="https://github.com/user-attachments/assets/83909b19-0012-4fc4-877a-0d2e67dd78b0" width="500px" alt="메인 피드"/> |
| 26 | + </td> |
| 27 | + <td> |
| 28 | + <img src="https://github.com/user-attachments/assets/6a72d2e7-3def-4157-afda-302e9de899e3" width="500px" alt="검색 페이지1"/> |
| 29 | + </td> |
| 30 | + </tr> |
| 31 | + <tr> |
| 32 | + |
| 33 | + <tr> |
| 34 | + <td align="center"> |
| 35 | + <b>AI 여행 플래너</b> |
| 36 | + </td> |
| 37 | + <td align="center"> |
| 38 | + <b>로그 작성</b> |
| 39 | + </td> |
| 40 | + </tr> |
| 41 | + <tr> |
| 42 | + <td> |
| 43 | + <img src="https://github.com/user-attachments/assets/a41919c1-8765-4f85-8846-69a767e27cc5" width="500px" alt="여행 플래너"/> |
| 44 | + </td> |
| 45 | + <td> |
| 46 | + <img src="https://github.com/user-attachments/assets/48e72e95-a392-4532-abec-93cfc499dd73" width="500px" alt="로그 작성"/> |
| 47 | + </td> |
| 48 | + </tr> |
| 49 | + |
| 50 | +</table> |
| 51 | + |
14 | 52 | 🔐 로그인 & 사용자 관리 |
15 | 53 | - JWT 기반 인증 |
16 | 54 | - 사용자 프로필 관리 (닉네임, 프로필 이미지) |
|
32 | 70 | - 다른 사용자의 여행 기록 탐색 |
33 | 71 | - 좋아요 / 친구 추가 / 알림 기능 |
34 | 72 |
|
35 | | -## 기술 스택 |
36 | | - |
37 | | -### 🖥 Frontend |
38 | | - |
39 | | -* Vue |
40 | | -* TypeScript |
41 | | -* Pinia |
42 | | - |
43 | | ---- |
44 | | - |
45 | | -### ⚙️ Backend |
| 73 | +## ⚙️ 서비스 아키텍쳐 |
| 74 | +<img width="800" height="" alt="image" src="https://github.com/user-attachments/assets/66b5f75c-5fe6-4fdd-8ccf-ace2e8e3e88c" /> |
46 | 75 |
|
47 | | -* Spring Boot |
48 | | -* Spring Security |
49 | | -* MyBatis |
50 | | -* MySQL |
51 | | -* Redis |
52 | | -* Elasticsearch |
53 | | -* AWS S3 |
54 | | - |
55 | | ---- |
56 | | - |
57 | | -### ☁️ Infra / DevOps |
| 76 | +## 🧱 ERD |
| 77 | +<details> <summary><b>핵심 도메인</b></summary> <br> |
| 78 | +<img width="777" height="" alt="스크린샷 2025-12-31 오후 3 30 42" src="https://github.com/user-attachments/assets/9f9b2a2e-5121-4e0d-ae39-485f41f7e55c" /> |
| 79 | +</details> |
58 | 80 |
|
59 | | -* Nginx |
60 | | -* Docker |
61 | | -* Docker Compose |
62 | | -* GitHub Actions |
63 | | -* KT Cloud |
| 81 | +<details> <summary><b>전체 도메인</b></summary> <br> |
| 82 | +<img width="800" height="" alt="PJT_NEW" src="https://github.com/user-attachments/assets/c93bc972-d5db-441c-9439-78318d6d556d" /> |
| 83 | +</details> |
64 | 84 |
|
65 | 85 | ## 📷 스크린 샷 |
66 | 86 |
|
|
108 | 128 | </tr> |
109 | 129 | <tr> |
110 | 130 | <td> |
111 | | - <img src="https://github.com/user-attachments/assets/a41919c1-8765-4f85-8846-69a767e27cc5" width="500px" /> |
| 131 | + <img src="https://github.com/user-attachments/assets/a41919c1-8765-4f85-8846-69a767e27cc5" width="500px" alt="여행 계획1"/> |
112 | 132 | </td> |
113 | 133 | <td> |
114 | | - <img src="https://github.com/user-attachments/assets/2baef092-9116-428b-b6b5-4619142c4423" width="500px" /> |
| 134 | + <img src="https://github.com/user-attachments/assets/2baef092-9116-428b-b6b5-4619142c4423" width="500px" alt="여행 계획2"/> |
115 | 135 | </td> |
116 | 136 | </tr> |
117 | 137 | <tr> |
|
124 | 144 | </tr> |
125 | 145 | <tr> |
126 | 146 | <td> |
127 | | - <img src="https://github.com/user-attachments/assets/48e72e95-a392-4532-abec-93cfc499dd73" width="500px" /> |
| 147 | + <img src="https://github.com/user-attachments/assets/48e72e95-a392-4532-abec-93cfc499dd73" width="500px" alt="로그 작성"/> |
128 | 148 | </td> |
129 | | - <td> |
130 | | - <img src="https://github.com/user-attachments/assets/f07d0206-418d-4d27-8bb6-67708c33265d" width="500px" /> |
| 149 | + <td> |
| 150 | + <img src="https://github.com/user-attachments/assets/f07d0206-418d-4d27-8bb6-67708c33265d" width="500px" alt="마이 페이지"/> |
131 | 151 | </td> |
132 | 152 | </tr> |
133 | 153 | <tr> |
|
0 commit comments