Go to file
Dan Funk 53c257d6cd fixing tests 2020-09-21 14:44:23 -04:00
communicator Read configuration from files, and allow reading from environment for overrides. 2020-09-21 14:21:07 -04:00
config Read configuration from files, and allow reading from environment for overrides. 2020-09-21 14:21:07 -04:00
example_ivy_data Basic email configuration 2020-09-17 11:18:51 -04:00
migrations Basic email configuration 2020-09-17 11:18:51 -04:00
postgres Just a base boilerplate flask app with a postgres database, alembic migrations, connexion api. 2020-09-10 11:28:58 -04:00
tests fixing tests 2020-09-21 14:44:23 -04:00
.gitignore Ignore the .idea directory. 2020-09-10 12:04:08 -04:00
.travis.yml fixing error in travis build file. 2020-09-17 11:36:56 -04:00
Dockerfile fixing up the dockerfile. 2020-09-17 12:00:38 -04:00
LICENSE Initial commit 2020-09-08 11:36:49 -04:00
Pipfile Read configuration from files, and allow reading from environment for overrides. 2020-09-21 14:21:07 -04:00
Pipfile.lock Read configuration from files, and allow reading from environment for overrides. 2020-09-21 14:21:07 -04:00
README.md Read configuration from files, and allow reading from environment for overrides. 2020-09-21 14:21:07 -04:00
deploy.sh Trying to set up travis and docker auto-deploy 2020-09-17 11:34:45 -04:00
docker_run.sh Just a base boilerplate flask app with a postgres database, alembic migrations, connexion api. 2020-09-10 11:28:58 -04: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 Just a base boilerplate flask app with a postgres database, alembic migrations, connexion api. 2020-09-10 11:28:58 -04: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.