A tool to create flask boilerplate code


Keywords
boilerplate, boilerplate-application, flask, pypi, template
License
MIT
Install
pip install flask-app==1.0.2.dev1

Documentation

Build Status PyPI version

Flask App

A python package to create flask boiler plate code

Installing this app

  • Run pip install flask-app

Usage

  • Set up a virtual environment

  • Create a new flask boilerplate, run

    flask-app [name_of_app] [-d destination directory]
    
  • Update the .env file with the respective variables

  • Source the .env file with source .env

  • Run flask db init to initialize migration files

  • Run flask db migrate to create migrations

Author

  • Kimbugwe Simon Peter