KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
flask-heroku-sample
★ 69
Open GitHub ↗
Flask Heroku Sample Application
Download README (.md)
Explore Similar Repositories
flask-rest-api
:
REST API boilerplate using Flask, SQLAlchemy, Docker, and Pydantic
flask-backbone
:
[2023] Modern Flask Boilerplate with a well-organised structure.
flask-base-api
:
A complete boilerplate Flask RESTful API code.
flask-boilerplate
:
Minimal setup for building a Python API running with Flask and MongoDB, inside Docker Containers
flask-starter
:
A boilerplate Flask project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
flask-heroku-sample
?
Download (.md)
Flask Heroku Sample ==================== A simple Python Flask example application that's ready to run on Heroku. [](https://heroku.com/deploy) ## Development Setup * `pipenv install` * `pipenv shell` * `python app.py` ## 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: ```bash $ heroku run python Python 3.6.8 (default, Jan 29 2019, 19:35:16) >>> from app import db >>> db.create_all() >>> exit() ``` ## Contributors * [Yefim](https://twitter.com/yefim)