The goal is explore how to mount a Flask app on a FastAPI app. This is useful when you have a Flask app that you want to migrate to FastAPI, but you want to do it incrementally.
Official documentation: Including WSGI - Flask, Django, others
Functionalities to include:
- Decorated views