This is a training Project to handle customers accounts. The solution is based on NetCore 3.1 Api Rest You can run this applicaction by openning the AccountsAssessment.sln from a VisualStudio 2019 Community IDE.
Be sure the Accounts.API project must be set as start Project. A swagger API would be loaded on your browser.
The unit tests was based on MS Test, Moq and FluentAssertions