Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 918 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 918 Bytes

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.