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-Database
In dotnet
cli:
dotnet ef database update
Refer: MS Doc
- Unit Tests Run
GutenBank.Test
- E2E Tests Run
GutenBank
API &GutenBank.E2E
Tester
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.