Update configuration.md

This commit is contained in:
Wolfgang Huß 2019-01-21 18:24:21 +01:00 committed by GitHub
parent 663a495b4e
commit 4e1acd7021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,6 @@ To clear the database from all data after you have changed it somehow and you ma
$ yarn run db:reset
```
Now your database is ready to request. You can click on the **Open Browser** button in Neo4j Desktop to have an insight if the seeding was successful or open [http://localhost:7474/](http://localhost:7474/) in you browser.
Now your database is ready to request. You can click on the **Open Browser** button in Neo4j Desktop to have an insight if the seeding was successful or open [http://localhost:7474/](http://localhost:7474/) in your browser.
Click the **Data-Symbol** at the left upper corner and than click on the **Node Label** + **User** to see a graph of the user relations, as an example.