Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 594 Bytes

Banking Kata (.NET)

CI

This Banking Kata illustates the application of TDD and Clean Architecture with a Use Case Driven Approach in .NET.

The Use Cases are:

  • Open Account
  • Withdraw Funds
  • Deposit Funds (pending)
  • View Account (pending)

Prerequisites

.NET 6

Instructions

Run Build

dotnet build Optivem.Kata.Banking.sln

Run Tests:

dotnet test Optivem.Kata.Banking.sln