In this module, you will create the movie domain model for your application. You will create domain classes, repositories, and controllers to read data from Neo4j. By the end of this module, you will have learned how to:
-
Create the movie domain model for your application.
-
Create domain classes for nodes and relationships in the graph model.
-
Create repository classes and controllers for accessing data.
-
Test the application and verify results.