Skip to content

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

Notifications You must be signed in to change notification settings

superiorkid/flask-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published