Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giswqs/plotly-dash-template
A template for deploying a plotly dash app on Heroku
https://github.com/giswqs/plotly-dash-template
plotly plotly-dash python webapp
Last synced: about 2 months ago
JSON representation
A template for deploying a plotly dash app on Heroku
- Host: GitHub
- URL: https://github.com/giswqs/plotly-dash-template
- Owner: giswqs
- License: mit
- Created: 2021-12-27T00:46:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T01:00:25.000Z (about 3 years ago)
- Last Synced: 2024-10-24T15:57:15.747Z (4 months ago)
- Topics: plotly, plotly-dash, python, webapp
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plotly-dash-template
A template for deploying a plotly dash app on Heroku
## Instructions
### Step 1: Install packages
```
pip install -r requirements.txt
```### Step 2: Start the server
```
python index.py
```### Step 3: Launch the web app
Navigate to the web app
### Step 4: Deploy the app to Heroku
Create a new app on Heroku and connect it to the GitHub repo. Enable Automatic Deploys. Push commits to GitHub to trigger automatic deployments.