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)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay