This repository is the base work for a live coding interview at Enpal.
pip install -r requirements.txt
python main.py
python -m unittest tests/forecast.py
docker run -p 6379:6379 redis
On Mac / Linux:
celery -A tasks worker --loglevel=INFO
python async.py
on Windows:
celery -A tasks worker --loglevel=INFO -P gevent
python async.py```