Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] MSW 설정 추가 #6

Closed
wants to merge 20 commits into from
Closed

[FEAT] MSW 설정 추가 #6

wants to merge 20 commits into from

Conversation

LeeWxx
Copy link
Member

@LeeWxx LeeWxx commented Feb 9, 2025

🔖 관련 티켓

SN-3 (Jira 링크)

📌 작업 개요

API 명세 확정을 위한 MSW 설정

✅ 작업 항목

  • MSW 관련 패키지 설치
  • RN 환경에 맞춘 서버 세팅
  • mock 데이터 파일 추가
  • API 핸들러 구현

📝 추가 설명

구현한 MSW 핸들러 목록은 다음과 같습니다

🟢 네일 관련 API

Method Endpoint 설명
GET /nails 네일 목록 조회
GET /nails/preferences 네일 취향 목록 조회
POST /nails/preferences 네일 취향 저장

🟠 네일 세트 관련 API

Method Endpoint 설명
GET /nail-sets/recommendations 추천 네일 세트 조회
GET /nail-sets/feed 특정 스타일의 네일 세트 피드 조회
GET /nail-sets/:nailSetId 특정 네일 세트 상세 조회
GET /nail-sets/:nailSetId/similar 유사한 네일 세트 목록 조회
POST /users/me/nail-sets 네일 세트 생성
GET /users/me/nail-sets 사용자의 네일 세트 목록 조회

🔵 사용자 관련 API

Method Endpoint 설명
GET /users/me 현재 로그인한 사용자 정보 조회

🟣 배너 관련 API

Method Endpoint 설명
GET /banners/home 홈 화면 배너 목록 조회

@LeeWxx LeeWxx requested a review from myunsyeya February 9, 2025 06:37
@LeeWxx LeeWxx changed the title Feature/sn 3 setup msw [FEAT] MSW 설정 추가 Feb 9, 2025
@LeeWxx LeeWxx closed this Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant