An open API service indexing awesome lists of open source software.

https://github.com/humamul/blog-application-with-jwt

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.
https://github.com/humamul/blog-application-with-jwt

cookies hibernate-orm java jwt-token spring-boot springdata-jpa springmvc

Last synced: over 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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