This application is meant to be used with the Introduction to APIs course.
craigsdennis/intro-to-apis-flask
Copy .env.example to .env and update it with your Twilio credentials.
python -m venv .venvsource ./.venv/bin/activatepip install -r requirements.txtFLASK_ENV=development flask run
- Run ngrok on port 5000
- Visit your ngrok url!