# datavalidation
Used to validate the data from Delphi API to Reporting DB

## Setting up locally
`python3 -m venv venv`

`source venv/bin/activate`

`pip install -r requirements.txt`

`flask run`

## Creating the local environment
Copy the `example.env` file and name it `.env` and fill in the fields


## Docker

`docker-compose up --build`

## Home page

In browser open: `http://0.0.0.0:8000/artist/`