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)
.NET 6
Run Build
dotnet build Optivem.Kata.Banking.sln
Run Tests:
dotnet test Optivem.Kata.Banking.sln