A NodeJS wrapper around Neo4J.
I just started playing around with Neo4J last weekend, and I think it's awesome!
I wanted to get some practice writing a NodeJS API, and I thought this would be a fun experiment.
There's a local docker-compose
file that will spin up a Neo4J database for you, in case you don't have one running locally.
-
docker-compose up -d
-
npm install
-
npm run example