DEV Community

Discussion on: Event Sourcing with ASP.NET Core – 01 Store

Collapse
 
justoke profile image
justoke

Excellent example. Thank you for detailing this and sharing code too. I tried to get this going but got stuck with the event store setup on docker. I managed to resolve using this thread github.com/EventStore/EventStore/i... and amending the docker command to set dev mode :
docker run -d --name eventstore -p 2113:2113 -p 1113:1113 -e EVENTSTORE_DEV=true eventstore/eventstore