Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parthsarthee/heroku-flask-template

A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
https://github.com/parthsarthee/heroku-flask-template

backend css css3 heroku heroku-deployment heroku-python herokuapp html html-css html5 python python-3 python-flask python-script python3 web-app webapp website

Last synced: about 3 hours ago
JSON representation

A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.

Awesome Lists containing this project

README

        

# 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.

##### Please note that this web-app is designed to be deployed on the HEROKU Platform. You can visit it by clicking [here](https://flasktemplate.herokuapp.com).

## Language, 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 the `templates` folder.
- ### Edit `main.py` to add new routes and render the web-pages.
- ### Add all the extra plugins that you used in the `requirements.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 so much 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 great, super awesome author XD (JK, use it anywhere you want, I really don't care.) PS, Happy Coding!