Skip to content

TheCoffee/coffeed_shopify_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify Storefront API Node.js Starter Project

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.

Installing dependencies

Install project dependencies by running:

yarn install

Getting Started

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.