An open API service indexing awesome lists of open source software.

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

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

```