The purpose of WebEasyEventSourcing is to showcase a working Web Application with implemented business rules, built using an event sourcing architecture.
This showcase builds on SneakyPeet's original work on EasyEventSourcing by adding:
- Dependency injection via Autofac
- Web api for front ends or clients to interact with the application (Swagger UI as the default startup home page)
Like the original EasyEventSourcing, WebEasyEventSourcing also uses an in memory event store.