Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.51 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.51 KB

Blog-Application-With-JWT

REST APIs for Blog Application WebService

  • An Individual project done using spring boot and spring security. Blog Application lets a user register and create blogs and many people can comment on a particular post, it also have some PreAuthorize methods which can be accessible by the specific role. Other functions such as delete post ,add comments, change roles, add a new category.
  • The API's performs all the necessary operations in the database.
  • Project Video Link -

    Features

    • User login authenticaiton using JWT token and spring security.
    • User and Admin have different responsibilites. User cannot acces admin APIs or moderator APIs if any.

    Tech Stack

    • Java
    • Spring Framework
    • Spring Boot
    • Spring Data JPA
    • Spring Security
    • JWT
    • Hibernate
    • MySQL

    Modules

    • Login, Logout Module
    • Register Module
    • Post Module
    • Category Module
    • Comment Module
    • User Module