Skip to content

How to run the application

Julien edited this page Apr 23, 2016 · 2 revisions

Server deployment

Open the gradle tab on the right hand side of Intellij and you will see a couple folder like icons. Navigate to Tasks->application->bootRun and double click on it. This will automatically create a jar file, start a local tomcat server and deploy the file.

Starting the application in your browser

Open your favorite Browser (we recommend using Google Chrome) and type in localhost:8080 to access the front page.

Connect to the test database

If your server is up and running, you can easily connect to the test database and have a look at all the created entities. You can access the database under localhost:8080/console. Please make sure your JDBC URL is set to: jdbc:h2:mem:testdb.

Clone this wiki locally