Skip to content

Instantly share code, notes, and snippets.

View ericdude4's full-sized avatar
🏠
Working from home

Eric Froese ericdude4

🏠
Working from home
  • Firework
  • St. Catharines, Ontario
View GitHub Profile
@ericdude4
ericdude4 / getting_started_with_shoifex.md
Last active May 30, 2020 21:45
Getting started with Shopifex

Create the shop schema where the installation data will be stored:

mix phx.gen.schema Shop shops url:string access_token:string scope:string
mix ecto.migrate

Add shopifex to your list of dependencies in mix.exs: