Web application for https://nanotify.me
Install pyenv and pipenv. Ensure pyenv installs 3.6.1
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
pip install pipenv
pipenv install --dev
Running for local development
pipenv run python run.py
Running multi threaded
pipenv run gunicorn -w 4 -b 0.0.0.0:5000 run:app