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] [06-08] 서버는 좋아요 / 좋아요 취소 요청을 받아 데이터베이스의 데이터를 수정한다. #45

Closed
6 tasks done
SongJSeop opened this issue Nov 9, 2023 · 0 comments
Assignees
Labels
BE 백엔드 ✨ Feature 기능 개발
Milestone

Comments

@SongJSeop
Copy link
Collaborator

SongJSeop commented Nov 9, 2023

✨ 기능 설명

[BE] [06-08] 서버는 좋아요 / 좋아요 취소 요청을 받아 데이터베이스의 데이터를 수정한다.

✨ 개발 목록

  • 좋아요 요청 처리 API 구현 : POST /board/like
  • 좋아요 취소 요청 처리 API 구현 : POST /board/unlike
  • 좋아요를 누른 게시글(객체)과 사용자(주체)를 데이터베이스에 기록
  • 중복 좋아요에 대한 400 에러 처리
  • 중복 좋아요 취소에 대한 400 에러 처리
  • 좋아요 수가 0 이하인 경우에 대한 에러 처리

✨ 스크린샷

✨ 기타 설명 / 질문

@SongJSeop SongJSeop added ✨ Feature 기능 개발 BE 백엔드 labels Nov 9, 2023
@qkrwogk qkrwogk added this to the Week 2 milestone Nov 13, 2023
@MinboyKim MinboyKim added the FE 프론트엔드 label Nov 16, 2023
@MinboyKim MinboyKim removed the FE 프론트엔드 label Nov 17, 2023
@qkrwogk qkrwogk self-assigned this Nov 20, 2023
@qkrwogk qkrwogk closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 ✨ Feature 기능 개발
Projects
None yet
Development

No branches or pull requests

3 participants