Getting started with neo4j is very pleasant indeed.

neo4j browser

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!