Schedule > 13. Building REST API Endpoints with Flask and SQLAlchemy
Week 13: Mon, Apr 3
Readings
SQLAlchemy
- Flask SQLAlchemy 3.x Documentation
- How to Use One-to-Many Database Relationships with Flask-SQLAlchemy
- Advanced Queries with SQLAlchemy 2.x
Flask RESTful
Python Decorators
Slides
- Lecture 21: Intro to Object Relational Mappings with SQLAlchemy
- Lecture 22: Intro to MVC and Flask RESTful
- Lecture 23: Decorators
Videos & Lecture Files
Videos and worked examples will be published after class:
Activities
- Lecture 21 (Monday): SQL Alchemy & Object-Relational Mapping
- Lecture 22 (Wednesday): Flask RESTful and Python Decorators (HW7 Walkthrough)
- Lecture 23 (Monday): Intro to Decorators