Barcode Generator
A barcode generator using Flask made in the NLW Experts (Rockseat).
To use it type: python3 run.py
After this send a request (POST) to http://localhost:3000/create_tag with a body in this model: "product_code": "product-name"
This will create a barcode for the product.