Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 468 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 468 Bytes

Shopify Node Express

An shopify apps build with NodeJS using Express Framework

Instalation

  1. Create .env file
  2. Fill the env file :
SHOPIFY_API_KEY=[your-app-api-key]
SHOPIFY_API_SECRET=[your-app-api-secret]

FORWARDING_ADDRESS=[your-url-forwarding-for-oauth]

Run

node index.js

Routes

  1. / just print hello world
  2. /shopify for installation add query shop=your-shop.myshopify.com
  3. /shopify/callback for oauth callback