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: 3 months ago
JSON representation
Sample solution with default values API and test project
- Host: GitHub
- URL: https://github.com/codingnagger/dotnetcore-sample
- Owner: CodingNagger
- Created: 2018-01-24T13:36:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T11:39:48.000Z (about 7 years ago)
- Last Synced: 2025-04-08T23:04:48.069Z (8 months ago)
- Topics: api, api-server, apis, dotnet, dotnet-core, dotnetstandard, sample, sample-connector, sample-project, samples, unit-testing
- Language: C#
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```