Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/clojure-neo4j-hackathon
https://github.com/mneedham/clojure-neo4j-hackathon
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/clojure-neo4j-hackathon
- Owner: mneedham
- Created: 2014-09-21T07:56:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T05:23:46.000Z (over 10 years ago)
- Last Synced: 2024-04-14T09:10:03.210Z (9 months ago)
- Language: Clojure
- Size: 297 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo4j Clojure Hackathon
## Prerequisites
You will need [Leiningen][1] 2.0 or above installed.
[1]: https://github.com/technomancy/leiningen
## Running
To import the data, run the commands in [movies.cql](data/import/movies.cql) in the Neo4j browser
To start the movie application, run:
lein ring server
and navigate to:
http://localhost:3000