f-lab-edu / f-lab-edu/develop_board
[Feature]게시글 상세 조회를 위한 Service, Controller 로직 구현
Open
- Dominant language
- Kotlin
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## 기능 설명
- 게시글을 조회를 할 수 있다.
- 게시글 조회 시 조회수가 1 증가한다.
### 상세조회
- `/api/posts/{post-uuid}`
- Method: GET
- Parameter
- required: path variable `UUID`
- Response:
- required: 제목, 내용, 작성자, 최종 수정일, 조회수
- optional: tag
## 작업 내용
- [ ] 게시글 상세 조회를 위한 Service method 구현
- [ ] 게시글 상세 조회 API 구현을 위한 Controller method 구현
## 참고 자료
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.