MusicMash is a dynamic online music store developed using Java, JSP, and MySQL. The platform enables users to browse, search, and purchase music online through a user-friendly interface built with JSP and styled using HTML/CSS.
- Java (Servlets & JSP)
- MySQL
- HTML / CSS
- Apache Tomcat (or any Java EE compatible server)
This project was created to explore full-stack web development using Java EE technologies. It demonstrates how to connect JSP-based frontends with MySQL databases to build an interactive e-commerce platform.
- 🎧 Browse and view music listings
- 🔍 Search music by title, artist, or genre
- 🛒 Add to cart and checkout functionality
- 👤 User registration and login
- 📊 Admin panel to manage music listings
- 💾 Database integration with MySQL
- Java JDK 8 or above
- Apache Tomcat Server
- MySQL Server
- IDE (e.g., IntelliJ IDEA, Eclipse)