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 designed a REST API for a blog application with user, post, category, and comment features, utilizing Hibernate JPA to efficiently handle database operations and ensure seamless functionality.
Implemented role-specific JWT authentication to control access and permissions in the application, ensuring secure and user-specific interactions
ER Diagram
Functionalities
Add user
User can add post
User can comment on post
User can choose catagory to comment
Backend Work
Created User, Post, Comment API
Proper Exception Handling
Implemented Pagination
Implemented Spring Security
Implemented JWT
Tech Stack
Java
Spring Boot
Spring Security
Spring MVC
Mysql
Hibernate JPA
Maven
Tomcat
JWT Authentication
About
I designed a REST API for a blog application with user, post, category, and comment features, utilizing Hibernate JPA to efficiently handle database operations and ensure seamless functionality.