/Blog-Application-API

A REST full api webservice for blogging website. This API performs all the CRUD operations related to user, post, comment, category. I have added paging and sorting functionality and spring security .

Primary LanguageJava

REST API for Blogging Website.

  • I have developed this REST API for an Blogging Website. This API performs all the fundamental CRUD operations of any Blogging Website. platform with user validation at every step.

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL
  • Swagger
  • Spring Security

Modules

  • User Controller
  • Post Controller
  • Category Controller
  • Comment Controller

Features

  • Spring Security with jwt authentication.
  • Paging and Sorting functionalities.
  • Upload Image
  • Download Image
  • Search Post
  • CRUD Operation related to user, post, category and comment.