Luv2Shop
Full-stack e-commerce store: product catalog, keyword search, category filters and server-side pagination, with a reactive Stripe checkout and Okta OIDC-protected order history behind a Spring Security resource server.
Case study
Problem
Luv2Shop needed a catalog that stayed fast to search and page through at scale, a checkout that handled real payments safely, and an order history only its owner could see.
Approach
A Spring Boot 4 REST API serves keyword search, category filters and server-side pagination over MySQL; a reactive checkout form creates Stripe payment intents and persists the resulting order; order history sits behind Okta OIDC with Spring Security acting as an OAuth2 resource server.
Outcome
Packaged for Docker; still in progress toward its first live deploy.
What it does