Project Music Store

Find your tune

temp pic

This project was designed as a template for an online store. The skeleton is created with Springboot frameworks, while the HTML pages are made as JSP files. Object oriented design principles were followed by implementing class structures, inheritance, and interfaces.

The data columns for every aspect of the site (admins, users, products) are hosted on a mySQL server and updated in real time. The project itself is launched to localhost through the use of Tomcat