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

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

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.