All Projects → Vetronus → heroku-flask-template

Vetronus / heroku-flask-template

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

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to heroku-flask-template

img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (+3.85%)
Mutual labels:  heroku, webapp, heroku-deployment
django-s3file
A lightweight file upload input for Django and Amazon S3
Stars: ✭ 66 (+153.85%)
Mutual labels:  heroku, heroku-deployment
Meteor-Files-Demo
Demo application for ostrio:files package
Stars: ✭ 16 (-38.46%)
Mutual labels:  heroku, herokuapp
Discord-Study-Bot
Discord-Study-Bot is a Study-Time-based leaderboard system in discord servers. This features an Overall leaderboard and leaderboards based on a Daily, Weekly, and Monthly basis.
Stars: ✭ 20 (-23.08%)
Mutual labels:  heroku, heroku-deployment
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+6892.31%)
Mutual labels:  heroku, backend
Heroku Python Script
Guide for hosting python scripts and applications on Heroku
Stars: ✭ 218 (+738.46%)
Mutual labels:  heroku, python-script
yt-heroku-demo
Code and instructions used in my YouTube video on how to deploy Spring Boot applications on Heroku
Stars: ✭ 21 (-19.23%)
Mutual labels:  heroku, heroku-deployment
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (-7.69%)
Mutual labels:  heroku, backend
css2video
Python library to convert CSS animations into video
Stars: ✭ 55 (+111.54%)
Mutual labels:  css3, html-css
Focus
Mix sounds to make the best environment for you
Stars: ✭ 19 (-26.92%)
Mutual labels:  css3, html-css
WhiteDevil
🌀Quick Response Whatsapp Bot🌀
Stars: ✭ 45 (+73.08%)
Mutual labels:  heroku, heroku-deployment
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+5965.38%)
Mutual labels:  heroku, webapp
Lunik Torrent
Web torrent downloader and cloud storage.
Stars: ✭ 79 (+203.85%)
Mutual labels:  heroku, webapp
browser-push
Complete workout and guidelines to add web push notifications support for your webapp without third-party notification provider
Stars: ✭ 67 (+157.69%)
Mutual labels:  backend, web-app
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-19.23%)
Mutual labels:  heroku, herokuapp
parsesig
A Telegram bot that forwards messages from one private/public channel to another after formatting
Stars: ✭ 40 (+53.85%)
Mutual labels:  heroku, heroku-deployment
sanabil
A platform to organize the work of charity in Algiers City
Stars: ✭ 16 (-38.46%)
Mutual labels:  backend, webapp
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (+534.62%)
Mutual labels:  heroku, webapp
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (+46.15%)
Mutual labels:  heroku, heroku-deployment
Vaccine-near-me-Using-Cowin-Government-API
🌟ᴛʜɪꜱ ɪꜱ ᴀ ᴀᴘᴘʟɪᴄᴀᴛɪᴏɴ ᴍᴀᴅᴇ ʙʏ ᴍᴇ ᴡʜᴇʀᴇ ʏᴏᴜ ᴄᴀɴ ᴄʜᴇᴄᴋ ᴠᴀᴄᴄɪɴᴇ ᴡʜɪᴄʜ ɪꜱ ᴀᴠᴀɪʟᴀʙʟᴇ ɴᴇᴀʀ ʏᴏᴜ 💻 🎯🚀
Stars: ✭ 13 (-50%)
Mutual labels:  css3, heroku-deployment

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.

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].