Skip to content

EmilyHaag/outbreak.api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

outbreak.api

The data API server for outbreak.info

To install dependecies

(recommend to setup a fresh Python venv first)

pip install -r requirements.txt

To start the dev server

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

python web/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.

About

The data API server for outbreak.info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.9%
  • Python 36.0%
  • CSS 11.8%
  • JavaScript 10.3%