Bhupesh-V / flask-boilerplate

A Flask + SQLAlchemy Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-boilerplate

A boilerplate to make apps using Flask

Setup

  1. Install dependencies
    pip3 install -r requirements.txt
  2. Export env variables
    export FLASK_APP=app
    export FLASK_ENV=development
  3. Setup migrations directory
    flask db init
  4. Create the datbase db.sqlite3
    flask db migrate
  5. Create the models
    flask db upgrade

About

A Flask + SQLAlchemy Boilerplate


Languages

Language:Python 100.0%