https://nextjsdemo-tau-five.vercel.app/dashboard So this app does the following:

  • Fetch GraphQL Data - Using GraphQL I get Orders and Products from Shopify. I created a next.js api route for each one.
  • Store Flattened GraphQL Data in Supabase - I write the data into the database.
  • Dashboard - Getting the data from Supabase, I chart it.
  • Products - Using Supabase, I pull the products and display them.
  • Settings - Left-over from testing, the buttons console log the outputs of api routes.

The rest is visual - except the coffee button of course. If any questions, feel free to reach out - iteratebelyaev@gmail.com

Github: https://github.com/TheDevsGarden/nextjsdemo