This is a Music Store website project where I had use Java, HTML, Gradle and H2 Database
To run this code
- Need to have the Gradle installed on your machine
- Have this project stored in a directory
- Once you dowloaded Gradle and Project, then go to your command line and go to the directory that you saved the project
- Then you type "gradle build"
- After its been built the you run it with "gradle run"
- After it is running, then go to your prefereed browser and got the address "http://localhost:8080" to see the website running.