We are using docker. You can setup using whatever you feel comfortable in.
docker run \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
neo4jFirstly, copy the .env.example file to .env and update with the credentials for your Neo4j instance.
npm install
node server.js