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

[feature]게시글 기능 구현 - PostController 및 DTO #7

Merged
merged 2 commits into from
Aug 10, 2024

Conversation

isuHan
Copy link
Contributor

@isuHan isuHan commented Aug 6, 2024

📝작업 내용

Board, Post 기능을 위한 Entity, Controller, Request/ResponseDTO를 구현했습니다.

  • 기능 :
    • 자유/정보 게시판의 모든 게시글 조회
    • 자유/정보 게시판에 새로운 게시글 작성
    • 자유/정보 게시판 내의 특정 게시글 조회
    • 사용자가 자유/정보 게시판에 작성한 모든 게시글 조회
    • 사용자가 자유/정보 게시판에 작성한 특정 게시글 삭제

PostService는 메서드 이름만 정의하였고 로직은 추후 추가하도록 하겠습니다.

@sanggae4133 sanggae4133 merged commit 543322d into main Aug 10, 2024
2 checks passed
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.

2 participants