Skip to content

Commit 260a7a7

Browse files
authored
Revise README for project details and features
Updated project overview and key features in README.
1 parent 6c88cee commit 260a7a7

1 file changed

Lines changed: 39 additions & 13 deletions

File tree

README.md

Lines changed: 39 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div align="center">
2+
13
# 📱 LOOPIT-BE
24

35
> **IT 수리점 찾기 및 중고판매 서비스 플랫폼, LOOPIT의 백엔드 서버 저장소입니다. (2025.12.22 ~ 2026.2.13)**
@@ -22,21 +24,19 @@
2224
<a href="https://github.com/gichanGim">
2325
<img src="https://github.com/gichanGim.png" width="100px;" alt=""/>
2426
</a>
25-
<br />
2627
</td>
2728
<td align="center">
2829
<a href="https://github.com/sxvxnxwt">
2930
<img src="https://github.com/sxvxnxwt.png" width="100px;" alt=""/>
3031
</a>
31-
<br />
3232
</td>
3333
<td align="center">
3434
<a href="https://github.com/soyun-git121">
3535
<img src="https://github.com/soyun-git121.png" width="100px;" alt=""/>
3636
</a>
37-
<br />
3837
</td>
3938
</tr>
39+
<tr>
4040
<td align="center">
4141
<a href="https://github.com/gichanGim" title="Code">김기찬(파트장)</a>
4242
</td>
@@ -46,8 +46,6 @@
4646
<td align="center">
4747
<a href="https://github.com/soyun-git121" title="Code">박소윤</a>
4848
</td>
49-
<tr>
50-
5149
</tr>
5250
</table>
5351

@@ -56,20 +54,48 @@
5654
## 📖 Project Overview
5755
### **LOOPIT**은 중고 IT 기기 판매, 근처 IT기기 수리점 탐색 및 챗봇을 통해 수리비 견적 솔루션을 제공하는 플랫폼입니다.<br>
5856
이 리포지토리는 LOOPIT의 핵심 비즈니스 로직과 데이터 처리를 담당하는 **RESTful API 서버**입니다.<br>
59-
57+
6058
### ✨ 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>
6792

6893
---
6994

7095
## 🏗️ System Architecture
7196

7297
![Leets6기_최종발표_(Loopit)-이미지-17](https://github.com/user-attachments/assets/fcb32291-68cf-4250-a9f7-70adae6cdb4f)
7398

74-
7599
---
100+
101+
</div>

0 commit comments

Comments
 (0)