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 .venv
- source ./.venv/bin/activate
- pip install -r requirements.txt
- FLASK_ENV=development flask run
- Run ngrok on port 5000
- Visit your ngrok url!