Skip to content

These Web-Services creates the Rest APIs by which user can login/logout/register into the server, add a blog in a specific category. User can also delete the post and also another user can comment on this post.

Notifications You must be signed in to change notification settings

humamul/Blog-Application-With-JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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
  • About

    These Web-Services creates the Rest APIs by which user can login/logout/register into the server, add a blog in a specific category. User can also delete the post and also another user can comment on this post.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages