NServiceBus Basics
This is a sample project for my blog series on NServiceBus.
How to run
You need to have Docker installed on your machine if you want to run the project as it. All you need to do it run the following commands:
- Build:
docker-compose build
- Run:
docker-compose up