A few things I keep forgetting how to do after a few weeks ago and have to re-learn.
Database migrations:
run flask db migrate to create DDL for my changes, followed by flask db upgrade to implement the changes.
Running the application:
run python -m flask run