gauravjaincr7 / solana-payments-app-gj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana Payments App

In need of documentation. Coming soon!

Set up your env vars ( .env at root )

MYSQL_ROOT_PASSWORD= MYSQL_DATABASE= MYSQL_USER= MYSQL_PASSWORD=

SHOPIFY_CLIENT_ID= SHOPIFY_SECRET_KEY=

AUTH_0_CLIENT_ID= AUTH_0_CLIENT_SECRET= AUTH_0_DOMAIN=

DATABASE_PORT= BACKEND_PORT= MERCHANT_UI_PORT= PAYMENT_UI_PORT=

How to start

  1. Get ngrok running

ngrok http 9000

  1. Get the database running

docker-compose up db

  1. Migrate the database

cd apps/backend npx prisma migrate dev

  1. Start the backend, merchant-ui, and payment-ui

turbo run dev

NOTE These steps are temporary, they will be replaced by docker-compose once I get that all set up

About

License:Apache License 2.0


Languages

Language:TypeScript 80.0%Language:CSS 15.4%Language:JavaScript 2.8%Language:Dockerfile 1.8%