Java-based online shopping mall built as a 6-person team project during a 1-month bootcamp curriculum.
A console + GUI shopping mall application written in Java. Implements core e-commerce features (product catalog, cart, checkout, member management) with a relational database backend.
Built collaboratively by a 6-member bootcamp team over the course of one month. The full project documentation is included as a PowerPoint deck (mint_발표_최종.pptx) — see that file for architecture diagrams, role split, and feature breakdown.
| Layer | Technology |
|---|---|
| Language | Java |
| Architecture | Multi-tier (presentation / business / DAO) |
git clone https://github.com/moony01/mint.git
cd mint
# Open mintProject/ in your IDE (Eclipse / IntelliJ)
# and run the main entry class.See mint_발표_최종.pptx for the full final presentation deck (Korean).
- 👤 @moony01