Another voting example application with .NET Core, Event Store and Docker
-
run with docker
from MacOS
.\run.sh
or from Windows.\run.ps1
Open http://localhost:81/swagger for voting api
Open http://localhost:2113 for manage event store
The voting sample app is inspired by the awesome full stack redux tutorial by @teropa.
VS Code Docker debug thanks to @galvesribeiro, find more information here: