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

https://github.com/paritosh64ce/test-api-github-actions

To show how to create, build and publish dotnet core REST API and how to use GitHub Actions to do CI/CD
https://github.com/paritosh64ce/test-api-github-actions

azure-app-service csharp dotnet-core github-actions

Last synced: 29 days ago
JSON representation

To show how to create, build and publish dotnet core REST API and how to use GitHub Actions to do CI/CD

Awesome Lists containing this project

README

          

# test-api-github-actions

## Motivation

* To create, build and publish dotnet core REST API
* Use GitHub actions to do CI/CD

* Whenever a new change get committed
- GitHub actions runs the workflow
- builds the dotnet core application
- Publish the output to Azure Web App

* API url: https://paritosh-test-app.azurewebsites.net/weatherforecast
* Demo: https://thankful-tree-06e6ab110.azurestaticapps.net/