DEV Community

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

Posted on โ€ข Edited on

5 1

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)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

๐Ÿ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay