|
| 1 | +<div align="center"> |
| 2 | + |
1 | 3 | # 📱 LOOPIT-BE |
2 | 4 |
|
3 | 5 | > **IT 수리점 찾기 및 중고판매 서비스 플랫폼, LOOPIT의 백엔드 서버 저장소입니다. (2025.12.22 ~ 2026.2.13)** |
|
22 | 24 | <a href="https://github.com/gichanGim"> |
23 | 25 | <img src="https://github.com/gichanGim.png" width="100px;" alt=""/> |
24 | 26 | </a> |
25 | | - <br /> |
26 | 27 | </td> |
27 | 28 | <td align="center"> |
28 | 29 | <a href="https://github.com/sxvxnxwt"> |
29 | 30 | <img src="https://github.com/sxvxnxwt.png" width="100px;" alt=""/> |
30 | 31 | </a> |
31 | | - <br /> |
32 | 32 | </td> |
33 | 33 | <td align="center"> |
34 | 34 | <a href="https://github.com/soyun-git121"> |
35 | 35 | <img src="https://github.com/soyun-git121.png" width="100px;" alt=""/> |
36 | 36 | </a> |
37 | | - <br /> |
38 | 37 | </td> |
39 | 38 | </tr> |
| 39 | + <tr> |
40 | 40 | <td align="center"> |
41 | 41 | <a href="https://github.com/gichanGim" title="Code">김기찬(파트장)</a> |
42 | 42 | </td> |
|
46 | 46 | <td align="center"> |
47 | 47 | <a href="https://github.com/soyun-git121" title="Code">박소윤</a> |
48 | 48 | </td> |
49 | | - <tr> |
50 | | - |
51 | 49 | </tr> |
52 | 50 | </table> |
53 | 51 |
|
|
56 | 54 | ## 📖 Project Overview |
57 | 55 | ### **LOOPIT**은 중고 IT 기기 판매, 근처 IT기기 수리점 탐색 및 챗봇을 통해 수리비 견적 솔루션을 제공하는 플랫폼입니다.<br> |
58 | 56 | 이 리포지토리는 LOOPIT의 핵심 비즈니스 로직과 데이터 처리를 담당하는 **RESTful API 서버**입니다.<br> |
59 | | - |
| 57 | + |
60 | 58 | ### ✨ Key Features |
61 | | -* 사용자 인증/인가 (JWT, Kakao OAuth) |
62 | | -* 중고 IT 기기 매물 등록, 검색, 필터링 및 CRUD |
63 | | -* Kakao Maps API 기반 근처 IT기기 수리점 탐색 |
64 | | -* WebSocket(STOMP), Redis pub/sub 로직 기반 구매자-판매자 1:1 실시간 채팅 |
65 | | -* Google Gemini API를 활용한 맞춤형 챗봇 서비스 (공식/사설 수리점 비용 비교하여 수리비 견적 산출) |
66 | | -* 거래 단계별 상태 관리 (판매중 → 예약중 → 거래완료) |
| 59 | + |
| 60 | +<table border="0" align="center"> |
| 61 | + <tr> |
| 62 | + <td width="50%" align="center"> |
| 63 | + 🔐 <b>User Auth</b><br> |
| 64 | + JWT, OAuth 기반 사용자 인증/인가 |
| 65 | + </td> |
| 66 | + <td width="50%" align="center"> |
| 67 | + 📦 <b>Marketplace</b><br> |
| 68 | + 중고 IT 기기 매물 CRUD 및 검색 |
| 69 | + </td> |
| 70 | + </tr> |
| 71 | + <tr> |
| 72 | + <td align="center"> |
| 73 | + 📍 <b>Map Service</b><br> |
| 74 | + Kakao Maps API 기반 수리점 탐색 |
| 75 | + </td> |
| 76 | + <td align="center"> |
| 77 | + 💬 <b>Real-time Chat</b><br> |
| 78 | + WebSocket/Redis 기반 1:1 채팅 |
| 79 | + </td> |
| 80 | + </tr> |
| 81 | + <tr> |
| 82 | + <td align="center"> |
| 83 | + 🤖 <b>AI Solution</b><br> |
| 84 | + Gemini API 활용 수리비 견적 비교 |
| 85 | + </td> |
| 86 | + <td align="center"> |
| 87 | + 🏷️ <b>Transaction</b><br> |
| 88 | + 거래 단계별(판매/예약/완료) 상태 관리 |
| 89 | + </td> |
| 90 | + </tr> |
| 91 | +</table> |
67 | 92 |
|
68 | 93 | --- |
69 | 94 |
|
70 | 95 | ## 🏗️ System Architecture |
71 | 96 |
|
72 | 97 |  |
73 | 98 |
|
74 | | - |
75 | 99 | --- |
| 100 | + |
| 101 | +</div> |
0 commit comments