Flask deploy on HEROKU - Soft Dashboard
Hello! This article mentions a video material that explains how to deploy Soft UI Dashboard on HEROKU by following the step-by-step instructions provided in the README file. The application uses Flask as the backend technology and the sources can be downloaded from Github (MIT License). Thanks for reading!
- π Soft UI Dashboard Flask - Product page
- π Soft UI Dashboard Flask - LIVE Demo
Here are the steps
- β Download the project
- β Navigate to the root of the project
- β
Type in Terminal:
heroku login
- β
Type in Terminal:
heroku create
- β Access the HEROKU dashboard and edit the environment
- β
GO Live with the command
git push heroku HEAD:master
At this point, the app should be up & running.