shopify-app-tutorial
Build a Shopify app with Node and Express
In this tutorial you'll build a Node.js + Express application that connects to Shopify. Your application will authenticate with a shop, request a permanent access token, and then use that access token to make an API call.
- Step 1: Expose your local development environment to the internet
- Step 2: Create and configure your app in the Partner Dashboard
- Step 3: Create a Node.js project
- Step 4: Start building your Node.js app
- Step 5: Create Shopify-specific routes
- Step 6: Run your app