Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikewolfd/ronatrack
Helping people understand and communicate their risk profile to friends and families during this pandemic.
https://github.com/mikewolfd/ronatrack
contract-tracing covid pandemic questionnaire
Last synced: 5 days ago
JSON representation
Helping people understand and communicate their risk profile to friends and families during this pandemic.
- Host: GitHub
- URL: https://github.com/mikewolfd/ronatrack
- Owner: mikewolfd
- Created: 2020-08-08T17:02:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T03:38:04.000Z (over 4 years ago)
- Last Synced: 2024-11-14T18:46:36.123Z (about 2 months ago)
- Topics: contract-tracing, covid, pandemic, questionnaire
- Language: Jupyter Notebook
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
RonaTrack
=========Our goal is to answer the question “Can we hang out and how?”; it will define a range of social ‘Risk Profiles’ (Rp) and have users answer a progressive tiered survey to find where they land. RonaTrack will facilitate social bubble management, give people context to what's going on, and offer suggestions to modify their behavior.
We're not here to calculate a possible fatality rate, instead we're trying to give people a benchmark when trying to plan their future social behavior.
:License: MIT
Dev Deployment
----------
* Requires docker-ce and docker-compose installed.
* To build the docker enviroment use ::$ docker-compose -f local.yml build
* To run the docker enviroment use ::
$ docker-compose -f local.yml up
* Notebook access port default :: 8888
* Django access port default :: 8000
* React access port default :: 3000