6 Running the Application

Before starting the application ensure the Neo4j server is running and that you have populated the Movies data as per the instructions in the Getting Started section.

To run the application use the ./gradlew bootRun command which will start the application on port 8080.

With the application running head over to http://localhost:8080 and you should see the UI of the application rendered correctly with a visualization of the graph:

neo4j ui
  Get the Code