https://github.com/kwb-r/qmra
Web-application for calculating microbial risk in water and water reuse systems
https://github.com/kwb-r/qmra
Last synced: 3 months ago
JSON representation
Web-application for calculating microbial risk in water and water reuse systems
- Host: GitHub
- URL: https://github.com/kwb-r/qmra
- Owner: KWB-R
- License: mit
- Created: 2022-04-21T07:24:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T07:56:57.000Z (about 4 years ago)
- Last Synced: 2025-09-04T21:36:49.494Z (9 months ago)
- Size: 5.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# qmra
Web-application for calculating microbial risk for drinking water and water reuse systems.
# Installation
This software can be found [here]("https://www.qmra.org"), but also can be run locally.
For local installation:
- install git
- setup and activate a virtual environment
- clone this repository
- cd into qmra/tools
### Install django
```
pip install django
```
### Install necessary requirements
```python
pip install -r requirements.txt
```
### Create new superuser for admin page
```
python manage.py createsuperuser
```
### run app locally
```
python manage.py runserver
```