/hobbybackend

Example app used in a talk for students about how to easily get started with a hobby project using dotnet core

Primary LanguageC#

En backend for hobbyprosjekter

Run the project

dotnet restore
dotnet build
cd src/Weather.Web
dotnet watch run

Infrastructure

Download the Azure CLI 2.0. Login to your Azure account with az login.

cd infrastructure
sh azure_webapp.sh > last_output.json