A Bank API in ASP.NET Core, Entity Framework Core & MS Server
Run in Visual Studio or with dotnet cli.
Project is Code First and using Local Db Instance with Visual Studio Db Tools.
If you want to use an separate Instance of MS Server Update the ConnectionString in appsettings.json
Then Run:
In Package Manager Console :
Update-DatabaseIn dotnet cli:
dotnet ef database updateRefer: MS Doc
- Unit Tests Run
GutenBank.Test - E2E Tests Run
GutenBankAPI &GutenBank.E2ETester
E2E Testing is setup with custom implementation with random inputs for Concurrency Error with HTTP 409 using Console based UI with Konsole.
- Author - Ahmad
Nest is MIT licensed.
