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

https://github.com/styfle/dotnet-api-example

Example of what a simple .NET API might look like
https://github.com/styfle/dotnet-api-example

Last synced: 11 months ago
JSON representation

Example of what a simple .NET API might look like

Awesome Lists containing this project

README

          

# Example

Example of what a simple dotnet api might look like.

Ignore most of the files besides the `api` directory.

## Run locally

```sh
dotnet run
```

## Build for macOS

```sh
dotnet build --configuration Release --runtime osx.10.12-x64
./bin/Release/netcoreapp3.1/osx.10.12-x64/ConsoleApi
```