Base files and structure for a Flask and SQLAlchemy web app.
Heavily influenced by flasky
###Installing
pip install -r requirements.txt
###Running
python manage.py run
Navigate to localhost:5000
###Running tests
python manage.py test
###Migrating See Flask-Migrate for usage details