bilal-and-haffi / ai-print-shop

https://www.ai-print-shop.com
3 stars 0 forks source link

AI Print Shop

Docs

Download excalidraw plugin and see the docs directory

Technologies

User Story

Webhooks

To listen to payment intent succeeded event:

  stripe listen --events payment_intent.succeeded --forward-to localhost:3000/api/webhooks/pi_success

or

  npm run stripe:listen

DB

Update schema:

  npm run db:push

Studio:

  npm run db:studio

Playwright Commands

npx playwright install Installs the necessary dependencies.

npx playwright test Runs the end-to-end tests.

npx playwright test --ui Starts the interactive UI mode.

npx playwright test --project=chromium Runs the tests only on Desktop Chrome.

npx playwright test example Runs the tests in a specific file.

npx playwright test --debug Runs the tests in debug mode.

npx playwright codegen Auto generate tests with Codegen.