Skip to content

Latest commit

 

History

History

FastAPIwithFLASK

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

FastAPI with Flask

Flask API Application can be integrated with FastAPI using the WSGIMiddleware.

Run FastAPI

uvicorn fastapi_app:app --reload --port=8088

Check at http://localhost:8088/flask_api/