Django application service to send crypto price action trigger alerts to users
- create virtual env
virtualenv venv
- activate the virtual env
source venv/bin/activate
- install dependencies:
pip install -r requirements.txt
- build docker image
docker build -t crypto-price-action-alerts:latest .
- run the docker container
docker run crypto-price-action-alerts:latest