The goal of this project is to implement an application called order-app to manage orders. For it, we will implement a back-end Spring Boot application called order-api and a front-end React application called order-ui. Besides, we will use JWT Authentication to secure both applications.
Stars
178
Forks
60
Watchers
178
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
2
commits
test(security): add unit and integration tests for cors, jwt filter, and order controller
d899ff2View on GitHubrefactor(security): use explicit UTF-8 encoding and safer token parsing
0c9ddb1View on GitHubrefactor(security): introduce `Role` enum to replace string role constants
df7a080View on GitHubchore(ui): configure eslint with lint script and fix violations
c7126ceView on GitHubbuild(api): upgrade Maven wrapper and Spring Boot dependencies
53874cfView on GitHubdocs(documentation): reorder demo gifs and update login recordings
c42fa4fView on GitHubfeat(ui): improve loading states, form labels, and test coverage
03169b8View on GitHubfeat(user): sort users by username using derived query method
2f40889View on GitHub