The one stop shop to helping us make better decisions about our members
- Add remote url
- Deploy to heroku
deploy
flask run
python app.py
- Python3
- Recommended to use virtualenv to handle environment
- Direnv
- copy
.envrc_SAMPLE
=>.envrv
and enter values to variables - run
direnv allow
to load env variables
- copy
pip install -r requirements.txt