From e74c6d62d31648e7497ec3dd252ca40ea003f619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 23 Jan 2019 18:25:05 +0100 Subject: [PATCH] Update backend/installation/configuration.md Co-Authored-By: Tirokk --- backend/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installation/configuration.md b/backend/installation/configuration.md index b058a89d6..8735d663d 100644 --- a/backend/installation/configuration.md +++ b/backend/installation/configuration.md @@ -92,6 +92,6 @@ To wipe out the database: $ 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 your browser. +Now your backend is ready for requests. You can click on the **Open Browser** button in Neo4j Desktop to check 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.