An open API service indexing awesome lists of open source software.

https://github.com/imsupriyo/blogapp

Spring Boot REST API based Blog Application
https://github.com/imsupriyo/blogapp

hibernate-framework intregation-test junit5 maven-repository mockmvc restful-api spring spring-boot spring-boot-data-jpa spring-mvc-application springsecurity-jwt unit-test

Last synced: 2 months ago
JSON representation

Spring Boot REST API based Blog Application

Awesome Lists containing this project

README

          

# Description:
REST API based Spring MVC Blog Application with JWT based authentication and
role based resource access control.

## Tech Stack:
* Spring Boot
* Maven
* Hibernate
* My SQL

# ER Diagram:
![](images/ER-diagram.png)

# Documentation:
Well documented using Spring OpenAPI documentation (Swagger).
![](images/comment_post_resource.png)
![](images/category_authentication_resource.png)

#### Schemas:
![](images/schemas.png)