Shopping Mall Project

A Spring Boot and MariaDB shopping mall demo covering product browsing, cart, purchase, and payment verification flows.
- Tech focus: implementation, interaction design, backend/API structure, and project delivery
- Repository or reference: https://github.com/eecczz/shoppingmall-springboot
Key Implementation Points
Product List

Implemented the basic shopping flow from product list to cart and purchase pages.
Cart Flow

Handled quantity updates, total price calculation, and checkout entry.
Login Screen

Connected cart and payment flows to a session-based authentication screen.