Skip to content

Demo user api with EF In-Memory and unit tests

Notifications You must be signed in to change notification settings

thesilverbadger/UserApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserApi

Demo user api with EF In-Memory and unit tests

Requirements

.NET 5.0

Firstrun

dotnet build from the root of the solution

Running the app

cd src/UserApi then dotnet run

Running Tests

cd tests/UserApi.Tests/ then dotnet test

API

Swagger is available at https://localhost:5001/swagger/v1/swagger.json, and Swagger-UI at https://localhost:5001/swagger/index.html

TODO

1) Authentication & authorisation! DONE
2) Logging and monitoring including error handling

About

Demo user api with EF In-Memory and unit tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages