The goal of this project is to implement an application called movie-app to manage movies. For it, we will implement a back-end Spring Boot application called movie-api and a front-end React application called movie-ui. Additionally, we will use OAuth2 (Social Login) to secure both applications.
Stars
208
Forks
52
Watchers
208
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
refactor(services): convert service interfaces to concrete classes
d4e9e6fView on GitHubtest(security): add cors and token provider tests, enable cors in security config
08edcbdView on GitHubrefactor(security): use explicit UTF-8 encoding and substring for token parsing
ba8d185View on GitHubrefactor(movie-api): upgrade to Spring Boot 4.0.5 and remove providerId from User
0464be9View on GitHubrefactor(security): extract Role enum from SecurityConfig string constants
33a14d7View on GitHubdocs(agents): add lint commands and clarify frontend conventions
0fdc3c4View on GitHubbuild(api): upgrade Maven wrapper and Spring Boot dependencies
46d1433View on GitHubbuild(ui): upgrade frontend dependencies to latest major versions
66cbb46View on GitHubdocs(documentation): update admin login and github login demo gifs
42a5412View on GitHub