- 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
- Add user
- User can add post
- User can comment on post
- User can choose catagory to comment
- Created User, Post, Comment API
- Proper Exception Handling
- Implemented Pagination
- Implemented Spring Security
- Implemented JWT
- Java
- Spring Boot
- Spring Security
- Spring MVC
- Mysql
- Hibernate JPA
- Maven
- Tomcat
- JWT Authentication