Simple webApp with Python Flask + mongoDB
- Procfile -> for heroku
- requirements.txt -> list of the all the installed python packages
- app/ -> actual app
- templates/ -> static HTML templates
virtualenv -p /usr/bin/python3 --no-download --no-wheel --no-setuptools virtual/pip install -r requirements.txtpip freeze > requirements.txt- https://python-flask-mongo.herokuapp.com/
- https://medium.com/the-andela-way/deploying-a-python-flask-app-to-heroku-41250bda27d0
- https://flask-pymongo.readthedocs.io/en/latest/
- https://flask-login.readthedocs.io/en/latest/
- https://codeburst.io/jinja-2-explained-in-5-minutes-88548486834e
- https://www.youtube.com/watch?v=rGER0KDdJqI