Shopify provides a versatile Storefront API that allows us to access a full range of commerce options. The API makes it possible for customers to view products and collections, add products to a cart, and check out.
This repo is a starter project setup to support the Medium article on Coffeed that deals with integrating the Storefront API to a Node.js web app. The project uses express to create the routes to access the API.
Install project dependencies by running:
yarn install
First, run the development server:
node index.js
Open http://localhost:3000 with your browser to see the result. You can start editing the API by modifying index.js
.