Week of 2/17 - Rest API Part II
Chapter 2 : A Full Python Refresher
Chapter 5 : Flask-Smorest for more efficient development
- Data model improvements for our API
- General improvements to our first REST API
- New endpoints for our first REST API
- How to run the API in Docker with automatic reloading and debug mode
- How to use Blueprints and MethodViews in Flask
- How to write marshmallow schemas for our API
- How to perform data validation with marshmallow
- Decorating responses with Flask-Smorest