This is a simple app written in Python Flask with MongoDB mongodb database. Celery is used to manage task queue.
Below are the steps required to run this app successfully... good luck.
$ python3 -m venv /path-to-project/venv3
$ source ./venv3/bin/activate
$ pip install -r requirement.txt
$ python run.py
$ celery worker -A app.celery --loglevel=debug