Skip to content

jlomako/er-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Working on a dash app to track Montreal's ER status that includes recently released data on current patient counts etc

notes to myself on how to deploy this app on render:

  • update pip with: pip install --upgrade pip setuptools wheel && pip install -r requirements.txt as suggested here
  • gunicorn app:server
  • in script under app = Dash(name) add line server = app.server as suggested in video
  • on render set environment variable: PYTHON_VERSION = 3.10.5

About

dash app in python that tracks local ERs (very slow)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages