Review
After completing Chapter 2 there are few things that we can review
Flask Class-based Views
In this course, we are utilizing Flask's Class-based Views instead of the route decorator.
Flask-SQLAlchemy
Instead defining our own utilization, we utilize Flask-SQLAlchemy to handle our connection and session to database.
Flask-Migrate
To have consistent database structure, we utilize Flask-Migrate to handle our model and migration.