Template Flask App Running locally pip install -r requirements/development.txt flask run Database Initialization (locally) Once you have installed your DBMS, run the following to create your app's database tables and perform the initial migration flask db init flask db migrate flask db upgrade