- Either
flask db init
or make update schema inmodels.py
- run `flask db migrate``
- run
flask db upgrade
to actually implement the changes into the database
flask run
- push to heroku remote
heroku open
to open in browser
- Create an account and then create a new group: "mlab"
- Init an application for the group and click "Open for Reviewing"
- Share group name with reviewers to begin reviewing.