Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 561 Bytes

outbreak.api

The data API server for outbreak.info

DOI

To install dependecies

(recommend to setup a fresh Python venv first)

pip install -r requirements_web.txt
pip install -r requirements_hub.txt

To start the dev server

(require to have ES running at localhost:9200 by default)

python index.py --debug --conf=config_web

To override the default settings, create a config_web_local.py on the root folder and include extra settings.