Skip to content

voskart/shopify-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopify-example

Why does this repository exist?

I encountered many difficulties implementing my first shopify embedded app. Features I wanted to implement were either not documented well enough or not documented at all. I want to ease implementing similar features for other programmers. I will continue to add more features over time.

Implemented features

I am using the shopify-app gem provided by Shopify, the authentication process is handled by the gem. The app is an embedded application which supports useful features like Order Fulfilment or Recurring Application Charges just to name a few.

How to use the app

  • clone this repository: git clone https://github.com/ginetrix/shopify-example.git
  • bundle install
  • rake db:migrate (rake db:setup)
  • Important: this application uses dotenv, to set your variables simply create a .env.development file in your app-root
  • thin start --ssl

About

A rails app using the shopify-gem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published