Binda Shopify
Extension that lets you import your Shopify products into your Binda application.
Binda is a headless CMS with an intuitive out-of-the-box interface which makes very easy creating application infrastructures. For more info about Binda structure please visit the official documentation
Installation
Install Binda via terminal
Just add the gem to your application's Gemfile:
gem 'binda-shopify', github: 'lacolonia/binda-shopify'
Then, run:
bundle install
After that, you need to setup your connection to Shopify and create Binda::Structures
where your data will be imported.
bundle exec rails generate binda:shopify:install
Now you are good to go!