YeonCheolGit / springboot-restful-api-board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpringBoot RESTful API

Generic badge Generic badge Generic badge Generic badge

Introduction

This API provides CRUD operations for board application. It focuses on Authentication/Authorization(Spring Security, JWT, Oauth2), Custom Exception Handling and following REST API policy.

Working with

kafka-async-server

angular-frontend

API

Common URL: /api/v1
/board
/boardSearch
/reply
/sign
/user
/social

Communication

Github Issues

Database

image

Kafka server

image

Redis Server

image

To build

$ git clone https://github.com/YeonCheolGit/springboot-board-backend.git
$ cd springboot-restful-board/
$ ./gradlew build

Swagger API test documentation

localhost:8080/swagger-ui.html

LICENSES

Spring Boot is Open Source software released under the Apache 2.0 license.
OAuth Non-Assertion Covenant and Author's Contribution License

About


Languages

Language:Java 100.0%