Flask API Application can be integrated with FastAPI using the WSGIMiddleware.
uvicorn fastapi_app:app --reload --port=8088
Check at http://localhost:8088/flask_api/
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Flask API Application can be integrated with FastAPI using the WSGIMiddleware.
uvicorn fastapi_app:app --reload --port=8088
Check at http://localhost:8088/flask_api/