This application is meant to be used with the Introduction to APIs course.
Create a .env
file and update it with your Twilio credentials.
python -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
FLASK_ENV=development flask run
- Run ngrok on port 5000
- Visit your ngrok url!