The keys in which our application needs to execute are as follows:
photoboothconnection
twilioaccountsid
twilioauthtoken
You can assign values to these keys from your favorite command line tool.
set photoboothconnection "The corresponding value goes here"
This is an ASP.NET Core and Angular application. They are hosted separately. As such, it's easiest to start them independently.
From the ClientApp
directory execute the following command:
npm start
From the project root directory execute the following command:
dotnet run -p .\IEvangelist.ProtoBooth\IEvangelist.ProtoBooth.csproj