https://github.com/innovativeinventor/reportr
COVID-19 Rules Reporting App for CRH. Make snitching easier. Written at the request of Choate faculty, but never deployed.
https://github.com/innovativeinventor/reportr
Last synced: 5 months ago
JSON representation
COVID-19 Rules Reporting App for CRH. Make snitching easier. Written at the request of Choate faculty, but never deployed.
- Host: GitHub
- URL: https://github.com/innovativeinventor/reportr
- Owner: InnovativeInventor
- License: gpl-3.0
- Created: 2020-09-16T23:04:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T19:17:01.000Z (almost 6 years ago)
- Last Synced: 2025-08-01T10:02:26.399Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reportr
To run and reproduce, simply type (once poetry is installed: `pip install poetry`):
```bash
poetry install
poetry shell
(in the shell) python run.py
```