designreact / shopiful

Shopify Buy SDK meets Contentful API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopiful

Shopify Buy SDK meets Contentful* GraphCMS API

*Contentful want $879 pcm for access to GraphQL, that won't really work for this boilerplate project so we've switched to GraphCMS which has a free tier 👍

For enterprise, given bothe APIs aupport GraphQL queries and mutations etc. it should be relatively easy to port from GraphCMS over to Contentful.

Overview

Shopiful GraphQL server ./server/graphql utilises Apollo server to interface with Shopify and GraphCMS APIs combining their respective schema into a master schema for use with the Shopiful client ./client.

The ./shared folder contains shared code used by the servers GraphQL middleware, React middleware ./server/react and Frontend client.

But WHY?!

Paying for only the basic $9.99 pcm package it should pan out to be cheaper than running a full Shopify package as a storefront.

It will be more customisable than running a Shopify storefront. For example we may want a mobile first progressive web app with GrapQL subscriptions for stock, dispatch or promotion push notifications.

Its an interesting challenge so why not?

Getting Started

TODO...

About

Shopify Buy SDK meets Contentful API

License:MIT License


Languages

Language:JavaScript 100.0%