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.
- Host: GitHub
- URL: https://github.com/humamul/blog-application-with-jwt
- Owner: humamul
- Created: 2023-01-06T11:12:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T11:32:42.000Z (over 3 years ago)
- Last Synced: 2025-03-10T22:59:15.193Z (over 1 year ago)
- Topics: cookies, hibernate-orm, java, jwt-token, spring-boot, springdata-jpa, springmvc
- Language: Java
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog-Application-With-JWT
# REST APIs for Blog Application WebService
Other functions such as delete post ,add comments, change roles, add a new category.
## 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