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

https://github.com/vojtechmares-examples/training-2025-03-13-ssd-github-actions-demo-dotnet-api

Simple .NET demo application
https://github.com/vojtechmares-examples/training-2025-03-13-ssd-github-actions-demo-dotnet-api

api demo-app donet

Last synced: 3 months ago
JSON representation

Simple .NET demo application

Awesome Lists containing this project

README

        

# dotnet-api-demo

A simple .NET project demo with REST API, GitHub, and GitHub Actions.

## Tests

Tests are using xunit.

```bash
dotnet test
```

## Dependencies

```bash
dotnet restore
```

## Build

```bash
dotnet build
```

## Docker build

```bash
docker build -t dotnet-demo-api .
```

## Some other change for demo

Demo.

Demo 2.

Demo 3.

Demo ^4.

Demo ^5.