All Projects → yefim → Flask Heroku Sample

yefim / Flask Heroku Sample

Licence: mit
Flask Heroku Sample Application

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask Heroku Sample

Whoogle Search
A self-hosted, ad-free, privacy-respecting metasearch engine
Stars: ✭ 4,645 (+6730.88%)
Mutual labels:  heroku, flask
Deploying Flask To Heroku
Deploying a Flask App To Heroku Tutorial
Stars: ✭ 81 (+19.12%)
Mutual labels:  heroku, flask
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (+30.88%)
Mutual labels:  heroku, flask
Flask Boilerplate
Simple flask boilerplate with Postgres, Docker, and Heroku/Zeit now
Stars: ✭ 251 (+269.12%)
Mutual labels:  heroku, flask
Kamifaka
一款基于VUE3.0的开源免费的卡密发卡系统,高效、稳定可靠。
Stars: ✭ 253 (+272.06%)
Mutual labels:  heroku, flask
Heroku Buildpack Python
The official Heroku buildpack for Python apps.
Stars: ✭ 849 (+1148.53%)
Mutual labels:  heroku, flask
Shadowsocksshare
Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅
Stars: ✭ 3,062 (+4402.94%)
Mutual labels:  heroku, flask
Flask Vuejs Template
Flask + Vue JS Template
Stars: ✭ 1,074 (+1479.41%)
Mutual labels:  heroku, flask
Flask Konch
An improved shell command for the Flask CLI
Stars: ✭ 65 (-4.41%)
Mutual labels:  flask
Webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
Stars: ✭ 1,145 (+1583.82%)
Mutual labels:  flask
Jonsnow
App Store/Google Play review watcher, deliver new reviews to slack channel
Stars: ✭ 65 (-4.41%)
Mutual labels:  heroku
Helloflask
《Flask Web 开发实战》Meta 仓库
Stars: ✭ 1,135 (+1569.12%)
Mutual labels:  flask
Flask Htmlmin
Flask html response minifier
Stars: ✭ 66 (-2.94%)
Mutual labels:  flask
Faces
Do you look like a Nobel Laureate 🎖, Physicist, Chemist, Mathematician, Actor or a Programmer? God gave you one face and you went on to get a peek into the mind of God. 🌩
Stars: ✭ 65 (-4.41%)
Mutual labels:  flask
Heroku Pg Extras
A heroku plugin for awesome pg:* commands that are also great and fun and super.
Stars: ✭ 1,152 (+1594.12%)
Mutual labels:  heroku
Flask Restful Authentication
An example for RESTful authentication using nginx, uWSGI, Flask, MongoDB and JSON Web Token(JWT).
Stars: ✭ 63 (-7.35%)
Mutual labels:  flask
Swarmops
Manage swarm clusters to provide a more concise and compact intermediate layer web application with swarm ui.
Stars: ✭ 63 (-7.35%)
Mutual labels:  flask
Cyber Camera
Turns any webcam into a smart security camera for home surveillance
Stars: ✭ 68 (+0%)
Mutual labels:  flask
E2e Ml App Pytorch
🚀 An end-to-end ML applications using PyTorch, W&B, FastAPI, Docker, Streamlit and Heroku → https://e2e-ml-app-pytorch.herokuapp.com/ (may take few minutes to spin up occasionally).
Stars: ✭ 68 (+0%)
Mutual labels:  heroku
Flask Whooshee
Customizable Flask - SQLAlchemy - Whoosh integration
Stars: ✭ 66 (-2.94%)
Mutual labels:  flask

Flask Heroku Sample

A simple Python Flask example application that's ready to run on Heroku.

Deploy

Development Setup

  • pipenv install

  • pipenv shell

  • python app.py

Screenshot

screenshot

Deploy

  • heroku create

  • heroku addons:create heroku-postgresql:hobby-dev

  • git push heroku master

  • Note: make sure you run db.create_all() to create the tables:

$ heroku run python
Python 3.6.8 (default, Jan 29 2019, 19:35:16)
>>> from app import db
>>> db.create_all()
>>> exit()

Contributors

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