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
- Host: GitHub
- URL: https://github.com/neo4j-examples/movies-clojure-neocons
- Owner: neo4j-examples
- Created: 2015-07-10T12:26:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T20:07:31.000Z (about 5 years ago)
- Last Synced: 2025-05-08T01:44:11.721Z (about 2 months ago)
- Language: HTML
- Homepage: http://neo4j.com/developer/clojure
- Size: 11.7 KB
- Stars: 14
- Watchers: 24
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
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.