Backend for the CovidTracer app.
DATABASE_URL=<DATABASE URL> \
SECRET_KEY=<SECRET KEY> \
APP_SETTINGS='config.ProductionConfig' \
FLASK_ENV=production \
python3 app.py
Backend for the CovidTracer app.
DATABASE_URL=<DATABASE URL> \
SECRET_KEY=<SECRET KEY> \
APP_SETTINGS='config.ProductionConfig' \
FLASK_ENV=production \
python3 app.py