Python/Flask Tutorial part 6 - Databases

In this episode we look at the database in the Flaskr video and replace it with our own JSON database, and then with a sqlalchemy one. Starting point: Series source - Previous video -
Back to Top