/movies-ruby-neo4j-core

Neo4j Movies Demo App in ruby with neo4j-core

Primary LanguageHTML

The Neo4j-core Ruby driver

This example demonstrates how to use neo4j-core to execute cypher queries.

Basically, this is a simple Sinatra application, providing a number of endpoints /graph, /search and /movie. These execute hard-coded Cypher queries against the Neo4j Server backend, and parse the results to provide JSON responses to the frontend JavaScript code.

How to Install

bundle install

How to run

bundle install
bundle exec rackup config.ru

or, for development and reloading,

bundle install
gem install shotgun
bundle exec shotgun movies.rb