/movie_graph

A sample app running falcon with a neo4j database backend

Primary LanguagePython

Movie Graph README

https://secure.travis-ci.org/efagerberg/movie_graph.png Documentation Status

An experiment in making an API with Falcon around a Neo4J backend.

Based off the Neo4J Movie Graph example.

Setup

$ make

Seed Database

In order to get the sample graph database loaded up run:

$ make seed

Tests

$ make tests