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
- Host: GitHub
- URL: https://github.com/styfle/dotnet-api-example
- Owner: styfle
- Created: 2020-04-10T01:11:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T01:11:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T23:58:45.758Z (about 1 year ago)
- Language: C#
- Homepage: https://github.com/zeit/now/issues/2831#issuecomment-516562604
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```