/covidcore

Primary LanguagePython

Covidcore API

Install requirements:

$ python setup.py develop

Instalation

$ flask db init
$ flask db migrate
$ flask db upgrade

Documentation

In order to make the documentation work you will need to follow these steps:

$ cd app/static
$ npm install

Testing

$ python setup.py test