This is a barebones Rails application with a Neo4j graph database backend.
- rbenv
- bundler
-
Install Java 8.
$ brew tap homebrew/cask-versions $ brew cask install java8
-
Install Neo4j.
$ bundle exec rake neo4j:install[community-3.5.3]
-
Start the Neo4j server.
$ bundle exec rake neo4j:start
-
Run the migrations.
$ bundle exec rails neo4j:migrate
-
Start the Rails server.
$ bin/rails server
-
Create friends and friendships in the CRUD interface.
-
View the friendship graph in the Neo4j Browser.