Dashboard of Neo4j

Welcome to a Neo4j Example with FLOW

This example shows how you can run the PHP framework Flow with the graph database Neo4j.

Company

Create a company with the properties name and city. You can add employees to this company and customers can rate for it.

Employee

Create a employee with the properties name and born. Employees can work for a company.

Customer

Create a customer with the properties name and login. Customer can rate the companies.