A monorepo containing packages to develop Shopify application using NestJS.
Package | Description |
---|---|
@nestjs-shopify/core | Use to initialize the @shopify/shopify-api package with your Shopify app credentials. Required for webhooks and auth. |
@nestjs-shopify/webhooks | Register and process Shopify webhooks. |
@nestjs-shopify/auth | Setup online and/or offline auth and protected your NestJS API with Shopify JWT session tokens. |
@nestjs-shopify/graphql | Setup a Shopify GraphQL Admin API proxy that is automatically setup to use online session tokens. |
See https://github.com/nestjs-shopify/example-nx-app for an example app with a NextJS frontend.
This project is licensed under the MIT License - see the LICENSE file for details.