marcos2 / neo4j-sample-app

ruby on rails 4 and neo4j-sample app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4j and rails 3

This is a training repo with the following stack:

gem "neo4j", ">= 2.3.0"
gem 'rails', '3.2.16'

Installation

rvm use jruby

git clone https://github.com/mrohon/neo4j-sample-app.git

cd neo4j-sample-app

bundle

neo4j start

rake db:seed

rake db:seed ENV=test

rails s

Online

Application is deployed on Heroku here without heroku rake db:seed

Basic UML Diagram

UML Diagram

TODO

add tests
fix bugs
improve app (e.g. visualization)

About

ruby on rails 4 and neo4j-sample app


Languages

Language:Ruby 89.4%Language:CSS 6.6%Language:CoffeeScript 2.0%Language:JavaScript 2.0%