You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
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 .