#flask
Read more stories on Hashnode
Articles with this tag
Deploy Flask Application to Heroku 1 Install Gunicorn python3 -m pip install gunicorn 2 Export dependencies to requirements.txt pip freeze >...
Prerequisites Have Python3.* installed check:$ python3 --version if not installed$ sudo apt install python3 Have pip installed Check: $ pip...