This is Back-end server for Otter's Community Board.
- Otter's Community Board
- offer some REST API for community board
made by spring initializr.
- Clone this Repo.
- Open in IntelliJ IDE
- set Gradle Options in IntelliJ IDE
File
-Settings
-Build, Execution, Deployment
-Gradle
useIntelliJ IDEA
both
function | Method | URL |
---|---|---|
모든 글 불러오기 | GET | /posts |
상세 글 불러오기 | GET | /post/{id} |
글 작성 | POST | /post/create |
글 수정 | PATCH | /post/{id} |
글 삭제 | DELETE | /post/{id} |