NPF Challenge Test Api (ex. 3)
You need to install latest version of .Net Core Runtime (3.1) to run this project.
You can download from https://dotnet.microsoft.com/download, and check out installation instructions.
https://dotnet.microsoft.com/download/dotnet-coredotnet restore
dotnet build
dotnet run --project src\NPFTestApi\NPFTestApi.csproj
dotnet publish -c Releasedocker build -t npftestapi:latest .
docker run -p 80:80 npftestapi:latestUse the ports 80 or 443(SSL) to run this project. All API documentation are available in Swagger UI.
You can also run this project using Play With Docker for free.