Go to file
Dan 39bd041463 Setting defaults for unused configuration settings, so we don't have to set them in the new container configuration. 2021-09-16 13:13:02 -04:00
communicator Properly remove files. 2021-08-23 17:08:32 -04:00
config Setting defaults for unused configuration settings, so we don't have to set them in the new container configuration. 2021-09-16 13:13:02 -04:00
example_ivy_data Protect against loading files without actually injesting them by reserving the commit to execute on all records, then calling a delete. 2020-10-15 15:29:40 -04:00
migrations Missed a migration. 2021-01-19 16:47:39 -05:00
postgres Merge branch 'master' of https://github.com/sartography/uva-covid19-testing-communicator into dashboard 2020-12-16 12:00:58 -05:00
tests fix file path arguments in tests 2021-08-20 13:17:57 -04:00
.gitignore fixing git ignore. 2021-02-02 08:42:50 -05:00
.travis.yml Removes some unnecessary DevOps stuff. 2020-09-23 15:36:56 -04:00
Dockerfile minor changes to docker container 2020-09-22 14:27:28 -04:00
LICENSE Initial commit 2020-09-08 11:36:49 -04:00
Pipfile Added Inventory page 2021-01-12 10:13:14 -05:00
Pipfile.lock Added Inventory page 2021-01-12 10:13:14 -05:00
README.md Added Argon Elements 2020-12-09 21:38:05 -05:00
Untitled.ipynb Added time icrements to the histograms 2020-12-31 08:52:33 -05:00
deploy.sh Removes some unnecessary DevOps stuff. 2020-09-23 15:36:56 -04:00
docker_run.sh minor changes to docker container 2020-09-22 14:27:28 -04:00
docker_run_scheduler.sh Add APScheduler for periodically updating data 2020-09-22 14:25:32 -04:00
example_data.sql.tar.gz Added Argon Elements 2020-12-09 21:38:05 -05:00
get_token.py Read configuration from files, and allow reading from environment for overrides. 2020-09-21 14:21:07 -04:00
run.py Added Random Data 2020-12-10 08:16:01 -05:00
setup.cfg Just a base boilerplate flask app with a postgres database, alembic migrations, connexion api. 2020-09-10 11:28:58 -04:00
wsgi.py adding wsgi.py. 2020-09-10 12:03:32 -04:00

README.md

uva-covid19-testing-communicator

This project depends on pipenv for requirements management. So install pipenv and run

pipenv install 

It needs a postgres database. If you are developing locally, then you can just go into the postgres directory, and run the docker container to start things up.