DEV Community

Cover image for FastAPI + Heroku + Gunicorn + Uvicorn
windy
windy

Posted on • Updated on

FastAPI + Heroku + Gunicorn + Uvicorn

In the mentioned video tutorial, a sample hello world REST API will be deployed to Heroku that was implemented with python based FastAPI. FastAPI is a framewrok to build robust APIs with autogenerated swagger documentation for its endpoints.
The video tutorial concentrates on deploying the FastAPI app without using docker to Heroku http://bit.ly/3aO1g35

In case you are interested in a detailed walkthrough on how to create FastAPI and deploy it to Heroku, you may want to refer to this article http://bit.ly/2RD68jM

Top comments (0)