Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codingnagger/dotnetcore-sample

Sample solution with default values API and test project
https://github.com/codingnagger/dotnetcore-sample

api api-server apis dotnet dotnet-core dotnetstandard sample sample-connector sample-project samples unit-testing

Last synced: about 1 month ago
JSON representation

Sample solution with default values API and test project

Awesome Lists containing this project

README

        

# 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 www.codingnagger.com](https://www.codingnagger.com/2018/01/25/dot-net-core-cli-tools-10-minutes-api/). 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
```