Skip to content

SomeCodingPerson/dotnetcore-sample

 
 

Repository files navigation

dotnetcore-sample

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 blog.iamnguele.com. The commands below show how to quickly get started and must be ran from the root folder.

Run the API

dotnet run --project DotNetCoreSampleApi

Test the API

dotnet test DotNetCoreSampleApi.Tests

About

Sample solution with default values API and test project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 97.2%
  • Shell 2.8%