Live DEMO can be found here

Ruby version

2.6.3

System dependencies

no system dependencies required

Configuration

Copy master.key into config/master.key from here

Required keys:

shopify_api_key
shopify_api_secret

Database creation

rails db:create db:migrate

Deployment instructions

Master branch gets automaticaly deployed after each push. Hovever you can deploy it manually by adding remote and push it to heroku

git remote add heroku https://git.heroku.com/shopifiable.git
git push heroku master
heroku open

To debug RestClient requests

RestClient.log = 'stdout'

GraphQl dump

rake shopify_api:graphql:dump ACCESS_TOKEN=shpat_****** SHOP_DOMAIN=shopifiable-app API_VERSION=2020-04