At the moment, EventStore and MongoDB endpoints are hard-coded to localhost. Thus, for testing purposes, install & run EventStore and MongoDB on your local machine:
- Download EventStore
- Run with
EventStore.ClusterNode.exe --db ./db --log ./logs
- Run with
- Download MongoDB
- Default database path:
C:\data\db(if installed on drive C:) - Run with
mongod.exe - See documentation: Install on Windows
- See documentation: The Mongo Shell
- Default database path: