ryan-haskell / neoforge

Experiment: A NodeJS wrapper around Neo4J.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neoforge

A NodeJS wrapper around Neo4J.

Overview

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.

Running the Demo

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.

  1. docker-compose up -d

  2. npm install

  3. npm run example

About

Experiment: A NodeJS wrapper around Neo4J.


Languages

Language:JavaScript 100.0%