We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
유저가 [명지맛집] 탭에서 찜꽁 버튼을 눌렀을 때, 찜꽁 리스트에 저장되고 [찜꽁리스트] 탭에서 자신의 찜꽁 리스트를 조회하는 API 개발
카카오맵 API를 통해 프론트엔드 측에서 넘겨 받는 가게 고유 번호를 DB에 저장.
해당 가게를 몇명의 유저가 찜꽁하였는지 수치적으로 조회 가능
The text was updated successfully, but these errors were encountered:
#49 찜꽁리스트, 리뷰등록, 유저등록 구현
0df390f
#49 찜꽁 가게 데이터 추가 저장에 따른 로직 변경
d802161
#49 맛집 리스트 조회 시, 인자캠 분리 조건 추가
529cd57
#49 찜꽁리스트 테이블 설계 변경에 따른 기능 재개발
828a129
- 기존) 비식별관계 테이블 설계 - 현재) 식별관계 테이블 설계
dldmsql
No branches or pull requests
Description
유저가 [명지맛집] 탭에서 찜꽁 버튼을 눌렀을 때, 찜꽁 리스트에 저장되고 [찜꽁리스트] 탭에서 자신의 찜꽁 리스트를 조회하는 API 개발
To-do
ETC
카카오맵 API를 통해 프론트엔드 측에서 넘겨 받는 가게 고유 번호를 DB에 저장.
해당 가게를 몇명의 유저가 찜꽁하였는지 수치적으로 조회 가능
The text was updated successfully, but these errors were encountered: