prom3theu5 / marten-bank-sample

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 100.0%