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
- Host: GitHub
- URL: https://github.com/paritosh64ce/test-api-github-actions
- Owner: paritosh64ce
- License: mit
- Created: 2021-04-25T04:26:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T07:00:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T15:19:08.516Z (over 1 year ago)
- Topics: azure-app-service, csharp, dotnet-core, github-actions
- Language: C#
- Homepage: https://paritosh-test-app.azurewebsites.net/weatherforecast
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/