Skip to content

TwilioDevEd/blog-phone-verification-servlets

Repository files navigation

Blog Phone Verification Servlets

Java Servlet CI

Set up

Requirements

Twilio Account Settings

This application should give you a ready-made starting point for writing your own appointment reminder application. Before we begin, we need to collect all the config values we need to run the application:

Config Value Description
Account Sid Your primary Twilio account identifier - find this in the Console.
Auth Token Used to authenticate - just like the above, you'll find this here.
Phone number A Twilio phone number in E.164 format - you can get one here

Local development

  1. First clone this repository and cd into it.

    git clone git@github.com:TwilioDevEd/blog-phone-verification-servlets.git
    cd blog-phone-verification-servlets
  2. Set your environment variables

    cp .env.example .env

    See Twilio Account Settings to locate the necessary environment variables.

  3. Start the server.

    ./gradlew appRun
  4. Check it out at http://localhost:8080.

That's it!

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • MIT License
  • Lovingly crafted by Twilio Developer Education.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •