Studen App By Dakota Wellerbrady Database migrations flask db init flask db migrate -m "message" flask db upgrade To run the application : Start the application by running one of the following commands: python StudentApp.p or flask run or python -m flask run