What is Heroku Flask Template ?
version 1.1
Heroku Flask Template is a simple web app programmed in Python-3 using flask micro-framework. It is created for begginers to understand the basics of creating a flask web app and deploying it on the Heroku. It can also be used as a template to create your new flask web apps which can then easily be deployable on Heroku.
here.
Please note that this web-app is designed to be deployed on the HEROKU Platform. You can visit it by clickingLanguage, Framework and Plugins used :
-
Python 3.6.2
-
Flask micro-framework
-
Heroku
How to use the Heroku Flask Template ?
-
Download or clone this template.
-
Add your web-pages in thetemplates
folder. -
Editmain.py
to add new routes and render the web-pages. -
Add all the extra plugins that you used in therequirements.txt
. -
Push it to the Heroku server and deploy.
Why I created this template ?
I tried to deploy several of my python applications to Heroku. But it was a disaster to find out so many flaws. There were so many tutorials yet it takes somuch time to figure things out, thus once I sucessfully deployed my first flask app on Heroku I decided to upload it on GitHub so that everyone can use it !
License and Usage :
This project is completely open-source and free-to-use. But you will need to mention about its author. Also there are some exceptions where this project can be used, please read Privacy Policy here