Skip to content

caiomarruda/NPFTestApi

Repository files navigation

NPFTestApi

Build Status

NPF Challenge Test Api (ex. 3)

Instalation

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-core

To build and run this project (port 5000 for http or 5001 for https):

dotnet restore
dotnet build
dotnet run --project src\NPFTestApi\NPFTestApi.csproj
dotnet publish -c Release

To build and run this project via docker:

docker build -t npftestapi:latest .
docker run -p 80:80 npftestapi:latest

Usage

Use 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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published