Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 426 Bytes

File metadata and controls

10 lines (7 loc) · 426 Bytes

.NET

coding_excercise_users_api

Coding excercise to demonstrate knowledge about RESTful APIs

Run API

dotnet run --project './Users/Users.API/Users.API.csproj'

Run Tests

dotnet test './Users/Users.Tests/Users.Tests.csproj'