f-lab-edu / f-lab-edu/develop_board

[Feature] 게시글 생성을 위한 Service, Controller 로직 구현

Open
#4 0 comments 0 reactions 1 assignee Claimed by @1ilkwon View on GitHub
Dominant language
Kotlin
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## 기능 설명
- 제목과 내용을 작성하여 게시글을 생성할 수 있다.

### 작성
/api/posts/create
Method : POST
-Parameter
-required : title, content, writer, create_at, updated_at, UUID
Response:
required : state, code, message

## 작업 내용
- [ ] BoardService, BoardContoller 생성
- [ ] 게시글 작성을 위한 Service method 구현
- [ ] 게시글 작성 API 구현을 위한 Controller method 구현

## 참고 자료

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.