/marten-bank-sample

A sample of a simple bank using Marten's Event Store

Primary LanguageC#MIT LicenseMIT

Marten Bank Sample (Console)

This is a realy simple banking example using Marten as an event store. There is the concept of Created, Credit, Debit, and Invalid events. This is a spike to see how I would build a bigger banking system on top of Marten.

Getting Started

You just need the new .NET Core Tooling and PostgreSQL installed and then run the following commands.

> dotnet restore
> dotnet run 

Note: Remember to create the necessary database.

You should see the following output:

marten bank