Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 633 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 633 Bytes

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.