# Product Store Eligibility Check

This script performs bulk product store eligibility checks for a given list of UPCs. The results are saved as artifacts in Jenkins Job and uploaded to S3.

### Setup
```
docker compose build product-store-eligibility-check
```

### Execute
```
docker compose up -d product-store-eligibility-check
```

### Run linting and unit tests:
```
docker compose up lint-and-test
```
