/spacetime-reviews

Simple React app to demonstrate spatial and temporal functionality in Neo4j

Primary LanguageJavaScript

spacetime-reviews

A React app to demonstrate how to use the spatial and temporal functionality introduced in Neo4j 3.4. It makes use of:

Installation

Set environment variables:

REACT_APP_NEO4J_URI=XXX
REACT_APP_NEO4J_USER=XXX
REACT_APP_NEO4J_PASSWORD=XXX
REACT_APP_MAPBOX_TOKEN=XXX

these can be added to .env

Clone this git repo, and then

npm install
npm start