This project uses Pipenv for package management.
Run the following command to setup the virtual environment.
pipenv shell
Run the following command to install the dependencies to current virtual environment.
pipenv sync
Create .env
file with following content:
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_FROM_MOBILE_NUMBER=
Run the following command to run the project using docker-compose.
docker-compose up