Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.33 KB

Back-end Server for Otter's Community Board

Introduction

This is Back-end server for Otter's Community Board.

made by spring initializr.

Spring Boot Initializr Config

image

Getting Started

  1. Clone this Repo.
  2. Open in IntelliJ IDE
  3. set Gradle Options in IntelliJ IDE
    File - Settings - Build, Execution, Deployment - Gradle use IntelliJ IDEA both gradle setting

API

function Method URL
모든 글 불러오기 GET /posts
상세 글 불러오기 GET /post/{id}
글 작성 POST /post/create
글 수정 PATCH /post/{id}
글 삭제 DELETE /post/{id}

Run

  1. run CommunityBoardServerApplication image
  2. access to server image