This project demonstrates using GitHub Actions to test, build and deploy an application to Azure App Service.
It uses the Realworld example application to demonstrate the pipeline and services. The application is built using the Realworld ASP.NET Core backend combined with the Realworld React frontend.
Install the .NET Core SDK and lots of documentation: https://www.microsoft.com/net/download/core
Documentation for ASP.NET Core: https://docs.microsoft.com/en-us/aspnet/core/
There is a 'Makefile' for OS X and Linux:
make build
executesdocker-compose build
make run
executesdocker-compose run
The above might work for Docker on Windows
- It's just another C# file!
dotnet run -p build/build.csproj
http://localhost:5000/swagger