IEvangelist / IEvangelist.PhotoBooth

An Angular application with ASP.NET Core/C# and a bit of magic -- enter the photo booth, and share your animated images on social media!

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.PhotoBooth\IEvangelist.PhotoBooth.csproj

Idle

Idle

Countdown

Countdown

Presenting

Presenting

Send

Send

Share

Share

About

An Angular application with ASP.NET Core/C# and a bit of magic -- enter the photo booth, and share your animated images on social media!


Languages

Language:C# 38.3%Language:TypeScript 38.2%Language:CSS 11.9%Language:HTML 10.4%Language:SCSS 1.2%