Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 565 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 565 Bytes

MusicStore

This is a Music Store website project where I had use Java, HTML, Gradle and H2 Database

To run this code

  1. Need to have the Gradle installed on your machine
  2. Have this project stored in a directory
  3. Once you dowloaded Gradle and Project, then go to your command line and go to the directory that you saved the project
  4. Then you type "gradle build"
  5. After its been built the you run it with "gradle run"
  6. After it is running, then go to your prefereed browser and got the address "http://localhost:8080" to see the website running.