Skip to content

unzerdev/shopify

Repository files navigation

Unzer Shopify Payments App

Setup

Following the instructions on SETUP_DB.md to configure Docker to use PostgreSQL.

Install all dependencies:

npm install

Create a .env file in the root folder:

SHOPIFY_API_KEY=833ee3d4c6a097b30dafcec45997cb0e
SHOPIFY_PAYMENTQP_ID=d666e2e2-7844-48cd-a183-144c352455c5
SHOPIFY_PAYMENTS_APP_API_VERSION=2024-07
SHOPIFY_APP_URL=https://latori-17.ngrok.io/

Local Development

Make sure that your local DB is running on Docker Desktop.

Start ngrok tunnel:

ngrok http 3000 --subdomain=latori-17 --region=us

In a different terminal, start your local dev environment:

npm run dev

About

This project uses example-app--payments-app-template--remix as a starting point. You can take a look at README_TEMPLATE.md for more information on how to use this template.

Links

Development App
Development Store

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published