Deploy your First App with Heroku and Dash Plotly
Charming Data
In this tutorial, I show you how to deploy a Dash Plotly app to Heroku. Below is the step-by-step guide and source code I used...
I also walk you through how to Re-deploy your app after having debugged or changed something in the code.
Heroku is a cloud platform service, supporting several programming languages (java, nodejs, ruby, php, python and others) and it has a free plan. It allows you to easily deploy, update, and rollback changes to your application
Step-by-Step Guide: https://drive.google.com/file/d/1kowjMGKN6rbxh9n-5q1cP3BkcZ2yOAvo/view?usp=sharing
Code: https://github.com/Coding-with-Adam/Dash-by-Plotly/tree/master/Deploy_App_to_Web/Heroku_App
Data: https://drive.google.com/file/d/1Dc1O5VGLE8pQypO7RzGfhA37Q3EI4-20/view?usp=sharing
Video Layout: 00:00 - Introduction 01:29 - Sign up for Heroku account 03:42 - Install Heroku CLI 04:44 - Create App project folder on your IDE 08:59 - Install necessary App project libraries 11:08 - Create necessary files for Heroku server 14:29 - Deploy App to Heroku 17:48 - Redeploy and fix them bugs
š If you appreciate these tutorials and would like to support their existence and get some perks: https://www.patreon.com/charmingdata ... https://www.youtube.com/watch?v=b-M2KQ6_bM4
124421185 Bytes