https://github.com/ranjanaditya08/blog-app-rest-api
The Blog App API is a Spring Boot-based RESTful web service that provides authentication and role-based access control for a blogging platform. It utilizes JSON Web Tokens (JWT) for secure authentication and authorization.
https://github.com/ranjanaditya08/blog-app-rest-api
java jwt spring-data-jpa spring-security springboot
Last synced: 2 months ago
JSON representation
The Blog App API is a Spring Boot-based RESTful web service that provides authentication and role-based access control for a blogging platform. It utilizes JSON Web Tokens (JWT) for secure authentication and authorization.
- Host: GitHub
- URL: https://github.com/ranjanaditya08/blog-app-rest-api
- Owner: ranjanaditya08
- Created: 2023-09-21T10:56:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T11:09:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T08:41:38.612Z (over 1 year ago)
- Topics: java, jwt, spring-data-jpa, spring-security, springboot
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog-App-REST-API
The Blog App API is a Spring Boot-based RESTful web service that provides authentication and role-based access control for a blogging platform. It utilizes JSON Web Tokens (JWT) for secure authentication and authorization.
## Features
- User registration and authentication using JWT.
- Role-based access control (RBAC) with roles like 'ADMIN', 'USER'.
- CRUD operations for blog posts.
- User management (CRUD operations for users).
## Technology Stack
- SpringBoot
- Java
- Spring Data JPA
- Spring Security
- JSON Web Tokens (JWT)
- MySQL