Screenshots
Project Case Study
A Java-based console app that simulates sneaker marketplace workflows with persistent MySQL data, secure connectivity, and practical backend logic.
Console Sneaker App modeled core sneaker marketplace behavior in a CLI environment, including product lookup, persistence, and user actions backed by a real relational database.
I learned how to design cleaner software structure around a live data model, coordinate application logic with database behavior, and solve implementation issues through iterative debugging with a partner.
I helped build a working marketplace-style console application with persistent MySQL data, secure connectivity, and practical backend workflows that mirrored real system behavior.
Week one focused on infrastructure setup and secure DB access. Weeks two and three focused on query logic, behavior validation, and final refinement.