Dan Funk 7af7063b57 Read configuration from files, and allow reading from environment for overrides.
Add a method for deleting files.
Create email format and configuration for sending emails of results.
2020-09-21 14:21:07 -04:00

311 B

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.