See Video DEMO HERE
To Demo Edudee run this commands:
1- Install comoser from here 2- Install Neo4j GraphDB from here
Run:
compposer install
rename .env.example to .env
php artisan key:generate
npm install
Start neo4j server set username = neo4j and password = root
php artisan db:seed
php artisan serve