Basic Flask App To Start With
pip install -r requirements
bower install
Make sure your local database is running and open it with
psql postgres
Create a new database with CREATE DATABASE flask_template
python db_create.py
python db_migrate.py
python run.py
In the root directory, make a file called config.py using example_config.py as a template then replace all of the keys with your own
python run.py