Blank Video Poster

Deploy FastAPI on Heroku in just 6 minutes

Feb 16, 2022

tutlinks.com

In this tutorial we will deploy a REST API implemented using FASTAPI ⚑ framework to Heroku Full source code for this tutorial: http://bit.ly/2U2Pko9 Detailed blog post on how to create and deploy FASTAPI app to Heroku: http://bit.ly/2RD68jM You can follow along with the tutorial if you have met the Prerequisites mentioned below Prerequisites: A GitHub account A free Heroku account Visual Studio Code IDE (preferred but not necessary) A PC with Python 3.6 or latest version installed ( just for debug but not really required to practice this tutorial) Fork the repo http://bit.ly/2U2Pko9 to your GitHub account to deploy the demo app to your own free Heroku account. 00:00 Introduction & Demo Project Walkthrough 00:25 Create Free App on Heroku & Connect to FastAPI repo on GitHub 02:22 Create a Procfile for deployment 03:23 Update Requirements.txt 04:26 Test Run FastAPI on local PC