{"id":15520932,"url":"https://github.com/samedwardes/hello-world-dash-app","last_synced_at":"2025-04-06T12:13:40.747Z","repository":{"id":104820672,"uuid":"205955086","full_name":"SamEdwardes/hello-world-dash-app","owner":"SamEdwardes","description":"Simple dash app using dash, heroku, flask, and MTCars data.","archived":false,"fork":false,"pushed_at":"2019-09-03T01:48:47.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T17:50:03.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hello-world-dash-app.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamEdwardes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-03T00:12:31.000Z","updated_at":"2019-09-03T01:48:49.000Z","dependencies_parsed_at":"2023-05-30T07:00:23.741Z","dependency_job_id":null,"html_url":"https://github.com/SamEdwardes/hello-world-dash-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamEdwardes%2Fhello-world-dash-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamEdwardes%2Fhello-world-dash-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamEdwardes%2Fhello-world-dash-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamEdwardes%2Fhello-world-dash-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamEdwardes","download_url":"https://codeload.github.com/SamEdwardes/hello-world-dash-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478331,"owners_count":20945266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T10:30:38.027Z","updated_at":"2025-04-06T12:13:40.719Z","avatar_url":"https://github.com/SamEdwardes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Background\n\nThis is a simple dash web app deployed on heroku. The app uses dash, flask, and the MTCars data set.\n\n[https://hello-world-dash-app.herokuapp.com/](https://hello-world-dash-app.herokuapp.com/)\n\n## Resources\n\n- [Guide from dash](https://dash.plot.ly/deployment) for full details.\n- [YouTube video](https://www.youtube.com/watch?v=9VXrWKrNuoU) Short YouTube video (5 min) I found helpful explaining how to deploy python apps to Heroku.\n\n## Environment\n\nUse the following code with terminal to create the appropriate environment.\n\n```\nconda create --name hello-world-dash-app-env python=3.6.8\nconda activate hello-world-dash-app-env\n\npip install pandas\npip install dash\npip install gunicorn\n```\n\n*I originally used conda to install the libraries but for some reason that resulted in deployment errors. When using pip to install everything worked.*\n\nSave the requirements using pip and conda\n\n```\npip freeze \u003e requirements.txt # used by Heroku\nconda list --export \u003e requirements-conda.txt # you can re-use this to create virtual environment with conda\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamedwardes%2Fhello-world-dash-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamedwardes%2Fhello-world-dash-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamedwardes%2Fhello-world-dash-app/lists"}