Best Flask open-source libraries and packages

Flask starter

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Flask-Login, and Bootstrap-Flask..
Updated 4 months ago

Flask-Starter

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Flask-Login, and Bootstrap-Flask..

Set Enviroment

IS_ADMIN=admin-email
DATABASE_URI=database-uri

Run Locally

Clone the project

  git clone https://github.com/superiorkid/flask-starter.git

Go to the project directory

  cd flask-starter

Install dependencies

  pip install -r requirements.txt

Insert roles

  flask shell
  Role.insert_roles()

Start the server

  flask run

Authors