Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1007 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1007 Bytes

Blog_Application

  • 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

image

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

Screenshot (44)