Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codingnagger/dotnetcore-sample
- Owner: CodingNagger
- Created: 2018-01-24T13:36:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T11:39:48.000Z (about 6 years ago)
- Last Synced: 2023-12-09T12:27:28.999Z (about 1 year 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: 2
- Forks: 17
- 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
```