Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

TwilioDevEd/server-notifications-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Notifications on Spring

Build Status

Use Twilio to send SMS alerts so that you never miss a critical issue.

Read the full tutorial here!

Local Development

  1. First clone this repository and cd into it:

    git clone git@github.com:TwilioDevEd/server-notifications-spring.git
    cd server-notifications-spring
  2. Add the environment variables:

    You can find the AccountSID and the AuthToken at https://www.twilio.com/console.

    TWILIO_ACCOUNT_SID=your account sid
    TWILIO_AUTH_TOKEN=your auth token

    The Twilio Phone Number can be found in the Twilio Console.

    TWILIO_PHONE_NUMBER=your Twilio phone number
  3. Make sure the tests succeed:

    mvn compile test
  4. Run the application.

    mvn compile exec:java -Dexec.mainClass=com.twilio.notifications.WebServer
  5. Check it out at http://localhost:8080

Releases

No releases published

Packages

No packages published