https://github.com/theweird-kid/movie-api
Simple Spring Boot Movies Api using MySQL
https://github.com/theweird-kid/movie-api
java17 jpa-hibernate mysql rest spring-boot spring-security
Last synced: 3 months ago
JSON representation
Simple Spring Boot Movies Api using MySQL
- Host: GitHub
- URL: https://github.com/theweird-kid/movie-api
- Owner: theweird-kid
- Created: 2024-10-01T13:14:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:04:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T05:16:06.041Z (over 1 year ago)
- Topics: java17, jpa-hibernate, mysql, rest, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flick List App
Implemented authentication and authorization using Spring Security, including JWT-based authentication
and refresh tokens
• Addedpagination and sorting for efficient movie data retrieval.
• Designed a robust and scalable architecture with controllers for CRUD operations, file management, and
exception handling.