mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-22 11:58:10 +00:00
Add a method for deleting files. Create email format and configuration for sending emails of results.
14 lines
311 B
Markdown
14 lines
311 B
Markdown
# 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.
|
|
|
|
|
|
|