← All projects
WIP/projects/luv2shop

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.

Live at
Not deployed yet
Delivery
Docker

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

01

Catalog, search and pagination

Product catalog with keyword search, category filters and server-side pagination, served by a Spring Boot 4 REST API over MySQL.
02

Reactive Stripe checkout

A reactive checkout form that creates Stripe payment intents and persists the resulting order.
03

Okta OIDC order history

Order history protected by Okta OIDC, with Spring Security acting as an OAuth2 resource server.