The goal of this project is to implement an application called book-app to manage books. For it, we will implement a back-end Spring Boot application called book-api and a front-end React application called book-ui. Besides, we will use Basic Authentication to secure both applications.
Stars
114
Forks
33
Watchers
114
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
chore(ui): update dependencies and refactor tests to use shared helpers
41f5358View on GitHubchore(book-api): harden test-endpoints.sh and bump postgres image
8bae2b7View on GitHubtest(security): add CORS configuration tests and wire cors filter
8fc94f9View on GitHubrefactor(security): remove redundant method overrides from CustomUserDetails
9ccb6bcView on GitHubbuild(book-api): upgrade Spring Boot to 4.0.5 and modernise backend code
8bf69abView on GitHubrefactor(security): introduce `Role` enum to replace string role constants
d46d403View on GitHubdocs(agents): add lint commands and fix ESLint globals for test files
ba23aeeView on GitHubbuild(ui): upgrade frontend tooling and dependencies to latest major versions
ccdc993View on GitHubbuild(book-api): bump maven, spring boot, and springdoc versions
55c351bView on GitHub