Getting started with neo4j
Getting started with neo4j is very pleasant indeed.
Start the docker container:
docker run -p 7474:7474 -p 7687:7687 \
-v c:/data/neo4j/data:/data \
-v c:/data/neo4j/logs:/logs \
neo4j:3.0
Browse to http://localhost:7474
Enjoy!