Demo user api with EF In-Memory and unit tests
.NET 5.0
dotnet build
from the root of the solution
cd src/UserApi
then dotnet run
cd tests/UserApi.Tests/
then dotnet test
Swagger is available at https://localhost:5001/swagger/v1/swagger.json, and Swagger-UI at https://localhost:5001/swagger/index.html
1) Authentication & authorisation! DONE
2) Logging and monitoring including error handling