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
- Host: GitHub
- URL: https://github.com/vojtechmares-examples/training-2025-03-13-ssd-github-actions-demo-dotnet-api
- Owner: vojtechmares-examples
- Created: 2025-03-10T19:16:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T15:37:55.000Z (3 months ago)
- Last Synced: 2025-03-17T00:47:50.301Z (3 months ago)
- Topics: api, demo-app, donet
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.