项目作者: FreshLeaf8865

项目描述 :
Rails + Neo4j Movies Review App
高级语言: Ruby
项目地址: git://github.com/FreshLeaf8865/rails-neo4j.git
创建时间: 2017-05-16T19:40:46Z
项目社区:https://github.com/FreshLeaf8865/rails-neo4j

开源协议:

下载


Rails-Neo4j Moview Review App

Implemented:

  • Movie, User, Rating and Comment
  • rake task to import data from sample csv and query movie data from IMDB
  • added gem for geolocation, but unused for now (ip is stored in Devise user model)

Installation:

  • bundle install to install all needed gems
  • update config/neo4j.yaml to match yor DB settings
  • bundle exec neo4j:migrate to run needed migrations
  • bundle exec rake import_movies_csv:import to initially fill the DB

  • rails s to run

Sign up to have the ability to left the comments or edit the movies