Skip to content

cjwang/appointment-reminders-csharp

 
 

Repository files navigation

Twilio

Build status

Apointment Reminders in ASP.NET MVC

This example demonstrates how to use Twilio to create automatic appointment reminders for your business users.

Read the full tutorial here!

Running Locally

To run this project locally you'll need to move/rename AppointmentReminders.Web/Web.config.sample to AppointmentReminders.Web/Web.config.

You'll need to change these values for the ones you need.

<appSettings>
  ...
  <add key="TwilioNumber" value="TWILIO_NUMBER"/>
  <add key="AccountSid" value="ACCOUNT_SID"/>
  <add key="AuthToken" value="AUTH_TOKEN"/>
</appSettings>

You might also need to run through the initial set of migrations for Entity Framework. In the NuGet Package Manager console, enter:

Update-Database

Licence

MIT

About

Example App and Tutorial content for Appointment Reminders in C# | .NET

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.4%
  • C# 2.7%
  • HTML 1.1%
  • Other 0.8%