Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 346 Bytes

File metadata and controls

8 lines (6 loc) · 346 Bytes

Goals

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