denisbrodbeck / IEvangelist.PhotoBooth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cream City Code - Photo Booth App

Build status

Environment Variables

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.

Angular

From the ClientApp directory execute the following command:

npm start

ASP.NET Core Web API

From the project root directory execute the following command:

dotnet run -p .\IEvangelist.ProtoBooth\IEvangelist.ProtoBooth.csproj

Idle

Idle

Countdown

Countdown

Presenting

Presenting

Send

Send

Share

Share

About


Languages

Language:C# 38.3%Language:TypeScript 38.2%Language:CSS 13.1%Language:HTML 10.4%