TimAngus321 / basic-crud-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopify App Trial Task

Shopify App Trial Task performs the following tasks:

  • When a product is created in the Rails app it is also created in Shopify

  • When an existing product is updated in the Rails App it is also updated in Shopify

  • If an existing product is deleted from the Rails App it is also deleted in Shopify

Deployment:

The app has been deployed to Heroku and can be found here: Shopify Crud App

To install:

git clone https://github.com/TimAngus321/basic-crud-app.git
bundle install
rails db:create
rails db:migrate
rails db:seed

About


Languages

Language:Ruby 72.9%Language:HTML 15.9%Language:JavaScript 7.4%Language:SCSS 2.4%Language:CSS 1.4%