Skip to content

arpit5220/Blog_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)

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.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors