garettB / shopify-flask-example

A simple Shopify app created using Flask and Python
Other
231 stars 66 forks source link

Separate dynos #13

Closed parker84 closed 2 years ago

parker84 commented 2 years ago

Decided to break up into separate dynos (bc we can only have 1 web service for a free-tier app). In the future I'll submodule the streamlit repo into this one as well.

Still need to figure out how to enable them to talk to each other, but I think I can submit a post request to the flask app using the shopify secrets to keep it secure could work.