This source code created for a Meetup to demonstrate the basics of Event Sourcing.
MealReaDDDy Co. is a (imaginary) company who provides a digitalised solution for restaurants' customers to place a meal order in the restaurant, follow meal status and pick up the meal whilst knowing exactly when the meal is gonna be ready.
Also, MealReaDDDy provides a way for these customers to complain if their meal is not ready within 2 minutes from the time the order is placed.
- .net 7
- Visual Studio 2022 with Specflow extension
- or JetBrains Rider with Specflow extension
- or your favorite IDE for .net
Please start by checking out the "Start" commit, and then proceed to track the changes by checking out the subsequent commits individually as we move forward.