An open API service indexing awesome lists of open source software.

https://github.com/neo4j-examples/movies-clojure-neocons

Neo4j Movies Demo App in clojure with neocons
https://github.com/neo4j-examples/movies-clojure-neocons

Last synced: about 2 months ago
JSON representation

Neo4j Movies Demo App in clojure with neocons

Awesome Lists containing this project

README

        

== Neo4j Movies Example Application

=== Stack

* Clojure
* https://github.com/weavejester/compojure[Compojure]
* https://github.com/michaelklishin/neocons[neocons]
* Neo4j-Server
* Frontend: jquery, bootstrap, http://d3js.org/[d3.js]

=== Setup

This uses the Compojure routing library, along with the neocons library, and ring.

=== Run locally:

Start your local Neo4j Server (http://neo4j.com/download[Download & Install]), open the http://localhost:7474[Neo4j Browser].
Then install the Movies data-set with `:play movies`, click the statement, and hit the triangular "Run" button.

Start this application with:

[source,shell]
----
lein ring server-headless 8080
----

Go to http://localhost:8080

You can search for movies by title or and click on any entry.