Go to file
Dan 2a5979d0e3 Because we send messages out as a scheduled task with no request attribute, we need a way to configure the base url so we can host images in emails. 2020-09-28 11:37:35 -04:00
communicator Because we send messages out as a scheduled task with no request attribute, we need a way to configure the base url so we can host images in emails. 2020-09-28 11:37:35 -04:00
config Because we send messages out as a scheduled task with no request attribute, we need a way to configure the base url so we can host images in emails. 2020-09-28 11:37:35 -04:00
example_ivy_data assuring the front page is properly paginating (it is) 2020-09-25 12:55:14 -04:00
migrations tell alembic not to futz with the apscheduler table. 2020-09-25 11:45:48 -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 All the pieces in place. Going to see if it works. 2020-09-24 16:51:49 -04:00
.gitignore Ignore the .idea directory. 2020-09-10 12:04:08 -04: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 Better error handling for emails and text messages. 2020-09-25 11:33:20 -04:00
Pipfile.lock Better error handling for emails and text messages. 2020-09-25 11:33:20 -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 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
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.