https://github.com/ryan-haskell/neoforge
Experiment: A NodeJS wrapper around Neo4J.
https://github.com/ryan-haskell/neoforge
Last synced: 9 months ago
JSON representation
Experiment: A NodeJS wrapper around Neo4J.
- Host: GitHub
- URL: https://github.com/ryan-haskell/neoforge
- Owner: ryan-haskell
- Created: 2018-08-13T22:57:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T22:57:31.000Z (over 7 years ago)
- Last Synced: 2025-03-19T17:48:59.787Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neoforge
> A NodeJS wrapper around Neo4J.
### Overview
I just started playing around with [Neo4J](https://www.neo4j.com) 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`__
1. __`npm install`__
1. __`npm run example`__