Sample project allowing to get started with .NET Core. Was generated using the .NET Core CLI tools to illustrate a blog post written by Jean-Dominique Nguele and available on www.codingnagger.com. The commands below show how to quickly get started and must be ran from the root folder.
dotnet run --project DotNetCoreSampleApi
dotnet test DotNetCoreSampleApi.Tests