Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 533 Bytes

File metadata and controls

19 lines (12 loc) · 533 Bytes

Reactive-Domain-Samples

Samples using the Reactive-Domain Toolkit

To run Acount balance install ES from choclatey https://chocolatey.org/search?q=eventstore

recomended command line options for getting started "[Your install directory]EventStore.ClusterNode.exe" --db ./db --log ./logs --start-standard-projections=True --run-projections=System

Launch eventstore

URL for monitoring the DB http://localhost:2113/web/index.html#/dashboard

Open the AccountBalance Solution

Set AccountBalance2 as the startup project

Build & Run