From 03208b23a89221f6a40407e1a58bc207e36b2b5c Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Sun, 29 Dec 2019 11:08:56 +0100 Subject: [PATCH] add hint for projection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24f2b8a..2c8f05c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Start one command and one query microservice. ### Test 1. Open [http://localhost:2113/](http://localhost:2113/) to access the event store UI (User: admin / Password: changeit) + You should see a projection named "qry-person-stream" when you click on "Projections" in the top menu. 2. Opening [http://localhost:8080/persons](http://localhost:8080/persons) should show an empty JSON array 3. Open a console (Ubuntu shortcut = ctrl alt t) 4. Change into the demo directory and execute a command using cURL (See [shell script](demo/create-person-command.sh) and [command](demo/create-person-command.json))