/photos

This repo contains the photo sharing app built with ASP.NET Core, Blazor, and Twilio

Primary LanguageC#MIT LicenseMIT

Photos by Twilio

This repo contains the code base for the Twilio powered photo sharing solution.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To run this application, you need to do the following:

  1. Install Visual Studio, Visual Studio Code or the .NET CLI. If using Visual Studio Code, install the C# extension. This repo was created with Visual Studio Code.
  2. Create a Twilio Account to replace your Account SID and Auth Token by visiting this link

Installing

To run this application if running in Visual Studio Code, do the following:

  1. Clone the repo
  2. Update Twilio account settings in the user secrets by running the following commands:
dotnet user-secrets set "Values:Twilio:AccountSid" "<REPLACE_TWILIO_ACCOUNT_SID_HERE>"
dotnet user-secrets set "Values:Twilio:AuthToken" "<REPLACE_TWILIO_AuthToken_HERE>"
  1. Run the application by typing dotnet run in the terminal

To run this application in Visual Studio, do the following:

  1. Clone the repo
  2. TO BE COMPLETED

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Corey Weathers - Initial work - clw895

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc