Service providing product level Eco-Score for OFF products.
Crawls through productopener products with ingredients and nutrient tables to ensure they all have computations provided by https://github.com/openfoodfacts/off-product-environmental-impact.
Install a local productopener by following the instructions at https://github.com/openfoodfacts/openfoodfacts-server, then run the docker image in local dev mode:
docker-compose -f docker-compose-dev.yml up
Run the docker image with the tests:
docker-compose -f docker-compose-test.yml up