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

[4주차 과제] 이원규 #54

Open
wants to merge 44 commits into
base: OneK-2
Choose a base branch
from
Open

[4주차 과제] 이원규 #54

wants to merge 44 commits into from

Conversation

OneK-2
Copy link

@OneK-2 OneK-2 commented Feb 16, 2023

이번 주에 어떤 작업을 했는지 설명해주세요.

  • 상품등록 기능 구현

  • 상품조회 기능 구현

  • 좋아요 등록, 삭제 기능 구현

  • 유저 프로필 수정 기능 추가

  • Api명세
    POST /api/v1/signup (회원가입)
    POST /api/v1/login (로그인)
    POST /api/v1/product/create (상품등록)
    GET /api/v1/product/{productId} (상품조회)
    POST /api/v1/like/2/addLike (좋아요 추가)
    DELETE /api/v1/like/2/deleteLike (좋아요 삭제)
    POST /api/v1/profile (유저 프로필 수정)


특히 어떤 부분을 리뷰받고 싶나요?

좋아요 기능 구현을 어떤 방식으로 해야 할지 고민이 많았는데, 추천하는 방법이 있는지 궁금합니다.


이번 주는 어떻게 학습했나요? 아래 질문에 짧게 답변주세요!

이번 주에 학습에 투자한 시간

  • 30시간 이상

학습 하면서 좋았던 점과 아쉬웠던 점

  • 예상한것 보다 구현에 시간이 더 소요되어서 아쉽습니다..

어려움을 겪는 부분

  • 좋아요 상품 목록을 조회 하는 기능을 구현하면서 어려움을 겪었습니다

스터디 개선되었으면 하는 점

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