https://github.com/arpit-shrivastva/flipshop-backend
I developed a Flip Shop backend application using Spring Boot, integrating JWT authentication for secure access control. The application includes user authentication, product management, and order processing while ensuring scalability and efficiency.
https://github.com/arpit-shrivastva/flipshop-backend
java jwt mysql-database spring spring-boot
Last synced: 4 months ago
JSON representation
I developed a Flip Shop backend application using Spring Boot, integrating JWT authentication for secure access control. The application includes user authentication, product management, and order processing while ensuring scalability and efficiency.
- Host: GitHub
- URL: https://github.com/arpit-shrivastva/flipshop-backend
- Owner: Arpit-Shrivastva
- License: apache-2.0
- Created: 2025-01-30T03:54:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T14:24:39.000Z (about 1 year ago)
- Last Synced: 2025-10-11T10:18:55.324Z (10 months ago)
- Topics: java, jwt, mysql-database, spring, spring-boot
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flipshop-backend
I developed a Flip Shop backend application using Spring Boot, integrating JWT authentication for secure access control. The application includes user authentication, product management, and order processing while ensuring scalability and efficiency.
# 1.Project Overview
Brief introduction to the Flip Shop backend.
Features and functionalities.
# 2.Technologies Used
Spring Boot
Spring Security (JWT)
Hibernate (JPA)
MySQL
Lombok
# 3.Installation & Setup
Prerequisites
Clone the repository
Database configuration
Running the application
# 4.Authentication (JWT)
Register & login endpoints
Token generation and validation
# 5.API Endpoints
User APIs
Product APIs
Order APIs
# 6.License
Apache-2.0