Skip to content

aepnat/shopify-node-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shopify Apps build with NodeJS Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published