Shopify Store Dashboard

Posted by Alexander Lacson on March 17, 2022 · 1 min read

My sisters are selling handmade jewelry through their business called Hola said Lola, which uses Shopify as its e-commerce platform. My little contribution to their business was to make a dashboard for them. The dashboard fetches data from the Shopify Store database through the use of Shopify’s REST API. The dashboard is made using the Plotly Dash library. The figures are made using the Plotly Express library. In order to showcase this as an example on my portfolio, I had to create a fake dataset for it, and I deployed it online on Heroku.

Visit the dashboard. Note that the data used in the example is fake.

Work Skills showcased in this article:

  • Fetching data using an API
  • Data Visualization and Dashboard with Plotly
  • Creating fake data
  • Web app deployment on Heroku