중고차 매매 시장의 정보 비대칭성 해소를 위한 AI 기반 중고차 진단 및 거래 플랫폼
중고차 거래 시장의 가장 큰 문제점인 정보의 비대칭성을 해소하고 거래의 투명성을 높이기 위한 AI 기반 중고차 거래 플랫폼입니다.
- AI 기반 차량 신뢰도 진단 서비스
- 실시간 매물 등록/관리 시스템
- 관심 차량 찜하기 및 알림 서비스
- OAuth2.0 기반 사용자 인증
기술 스택(클릭하면 내용 보입니다)
기능 구성도(클릭하면 내용 보입니다)
전체 API 명세 보기(클릭하면 내용 보입니다)
| Method |
URI |
Description |
Request |
Response |
| POST |
/api/cars |
차량 등록 |
CarRegistrationRequest, MultipartFile[] |
- |
| GET |
/api/cars |
전체 차량 조회 |
- |
List |
| GET |
/api/cars/{carId} |
차량 상세 조회 |
- |
CarDetailResponse |
| PUT |
/api/cars/{carId} |
차량 정보 수정 |
CarRegistrationRequest |
- |
| DELETE |
/api/cars/{carId} |
차량 삭제 |
- |
- |
| GET |
/api/cars/{carId}/diagnosis |
차량 신뢰도 진단 |
- |
CarDiagnosisResponse |
| POST |
/api/cars/{carId}/images |
차량 이미지 추가 |
MultipartFile[] |
- |
| DELETE |
/api/cars/{carId}/images/{imageId} |
차량 이미지 삭제 |
- |
- |
| PUT |
/api/cars/{carId}/images/order |
이미지 순서 변경 |
List |
- |
| PUT |
/api/cars/{carId}/thumbnail/{imageId} |
대표 이미지 변경 |
- |
- |
| Method |
URI |
Description |
Request |
Response |
| POST |
/api/members/join |
회원가입 |
MemberJoinRequest |
- |
| POST |
/api/members/login |
로그인 |
MemberLoginRequest |
- |
| POST |
/api/members/logout |
로그아웃 |
- |
- |
| GET |
/api/members/profile |
회원 프로필 조회 |
- |
MemberProfileResponse |
| PUT |
/api/members/profile |
회원 프로필 수정 |
MemberUpdateRequest |
- |
| DELETE |
/api/members/profile |
회원 탈퇴 |
- |
- |
| GET |
/api/members/sales |
내 판매 목록 조회 |
- |
List |
| Method |
URI |
Description |
Request |
Response |
| POST |
/api/favorites/{carId} |
찜하기 |
- |
- |
| DELETE |
/api/favorites/{carId} |
찜하기 취소 |
- |
- |
| GET |
/api/members/favorites |
찜한 차량 목록 조회 |
- |
List |
|
SimCar |
최우수 |
우수1 |
우수2 |
우수3 |
| Code |
✅ |
✅ |
✅ |
✅ |
✅ |
| Doc |
✅ |
✅ |
✅ |
❌ |
✅ |
| 영상 |
✅ |
✅ |
❌ |
❌ |
❌ |
| 화면 |
I,A,R |
R |
R |
R |
R |
| AppStore/GooglePlay |
✅ |
❌ |
❌ |
❌ |
❌ |
최우수 : https://github.com/capstone-aloha
우수1 : https://github.com/TeamCookCaps
우수2 : https://github.com/godi00/capstone
우수3 : https://github.com/Capic2024/server-flask
Copyright © 2024 SimCar. All rights reserved.
