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

7주차 미션 / 서버 4조 구진 #9

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

JGoo99
Copy link

@JGoo99 JGoo99 commented May 17, 2024

구현 API 요약

01. 가게 신규 등록
새로운 가게 1개를 등록한다. (사업자번호 중복 체크)

02. 가게 정보 수정
특정 가게 정보를 부분 수정한다.

03. 가게 상세정보 조회
특정 가게의 상세정보를 조회한다.

04. 전체 가게 조회(최신순, 10개)
가게 10개를 등록순으로 조회한다.

05. 가게 메뉴 등록
특정 가게의 메뉴 1개를 등록한다.

06. 가게 메뉴 수정
특정 가게의 메뉴 1개를 수정한다.

07. 가게 메뉴 조회
특정 가게의 모든 메뉴 리스트를 조회한다.

08. �메뉴 상세 조회
특정 메뉴의 정보인 옵션, 가격 등의 상세정보를 조회한다.

09. 회원 활성상태 변경
회원의 활성상태를 'active' 로 변경한다.

10. 회원 상세정보 조회
회원의 상세정보를 조회한다.

Postman

포스트맨 링크

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