GithubHelp home page GithubHelp logo

baradoy / elixir-shopify-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orbit-apps/elixir-shopify-app

0.0 0.0 0.0 610 KB

Example Elixir Shopify App

Shell 3.23% JavaScript 1.98% Elixir 76.95% CSS 0.12% HTML 17.73%

elixir-shopify-app's Introduction

Elixir Shopify App

Everything you need to get Elixir Shopify API up and running.

Usage

  1. Clone this project git clone https://github.com/pixelunion/elixir-shopify-app.git
  2. Rename the directory to a new project name mv elixir-shopify-app your_project_name
  3. Delete the internal Git directory rm -rf .git
  4. Run the boilerplate setup script ./boilerplate-setup.sh YourProjectName
  5. Create a new Git repository git init
  6. Create the initial Git commit git add -A
  7. Create the initial Git commit git commit -m "Initial commit"
  8. Setup a Shopify App
  • Add the API key and secret to your .envrc.private
  • Update the allowed URLs to include https://public-facing-url.ngrok.com/shop/authorized/your_project_name
  1. Start your database docker-compose up -d
  2. Fetch dependencies
  • mix deps.get
  • mix ecto.setup
  • cd assets && yarn install && cd ..
  1. Start your app mix phx.server or iex -S mix phx.server
  2. Initiate install via localhost:4000/shop/install?app=new_app_name&shop=mydevshop.myshopify.com

Credits

Boilerplate idea and install script borrowed from Mirego

elixir-shopify-app's People

Contributors

hez avatar dependabot-preview[bot] avatar dependabot[bot] avatar gregdaynes avatar dependabot-support avatar freemer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.