
Clone this repository.
Open the project with your preference of Java IDE.
To run the project: First go into application-context.xml(located in /src/main/resources/META-INF/) and change the values for
<property name="username" value="USERNAME" />
Set it to your username on your mysql server.
<property name="password" value="PASSWORD" />
Run the Bootstrap file(located in java/se.likafarmenhet.garage/).
If you don't run into any errors, open up localhost:8080 in your browser and check it out!