Skip to content

ikwattro/neo4j-moviedb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoClient MovieDB Example

Deploy | 1 dyno + 1 GrapheneDB chalk addon (all-free)

Live App Here

Intro

Simple Silex App using NeoClient.

Test it locally :

  1. Clone the repository and install dependencies
git clone git@github.com:ikwattro/neo4j-moviedb-example
cd neo4j-moviedb-example

composer install --no-dev
  1. Modify the neo4j password defined in the index.php file line 15 by your neo4j database password

  2. Run a webserver

php -S localhost:8000 -t web/
  1. Head to the url http://localhost:8000/importdb in order to load the movies and actors in your database

!!!! This will erase your database content

If you don't want to erase, comment the line number 91 of the file src/NeoApp/WebController.php

  1. After this, you should be headed to the application index page

Author : Christophe Willemsen (@ikwattro)

About

Simple PHP App built on Silex using NeoClient for Neo4j and deploy on Heroku with GrapheneDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published