Skip to content

SanGyuk-Raccoon/community-board-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages