# Description

The script is set up to try and create 5 projects with 10 products each. You can update the number of projects and the number of products per projects with the PROJECTS_NUM and PRODUCTS_PER_NUM variables in the .env file.

The script has some basic exception handling so that if it fails to create or validation a product (or a project) it will carry on. So while you set it up to create 50 products, you may not end up with all 50 in the review queue.

There is also logging set up, swith the LOG_LEVEL variable to `debug` if you want to see the all the logs.

# Instructions

1. cp .env.shadow .env
2. fill out the .env file (you will need to add the vendor id and orchard user id  at a minimum)
3. `pyenv which python` -m venv env && source env/bin/activate
4. pip install -r requirements.txt
5. python ./gen_products.py