8000 GitHub - tawsif27/full-stripe-tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tawsif27/full-stripe-tutorial

 
 

Repository files navigation

Stripe Simplified for Beginners 💰

Demo App

Video Tutorial on Youtube

About This Course:

  • ✨One time payments
  • 🚀 Subscriptions (Monthly & Yearly)
  • 💰 Billing Portal for Customers
  • 🔒 Authentication & Webhooks
  • ✉ Sending Emails
  • 🔥 Deployment
  • 🎉And much more...

Setup .env file

CONVEX_DEPLOYMENT=...
NEXT_PUBLIC_CONVEX_URL=...

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=...
CLERK_SECRET_KEY=...

STRIPE_SECRET_KEY=...
STRIPE_WEBHOOK_SECRET=...
STRIPE_MONTHLY_PRICE_ID=...
STRIPE_YEARLY_PRICE_ID=...

UPSTASH_REDIS_REST_URL=...
UPSTASH_REDIS_REST_TOKEN=...

RESEND_API_KEY=...
NEXT_PUBLIC_APP_URL=...

ChatGPT conversion of convex fns to prisma: https://chatgpt.com/share/67b335ca-9df4-8009-8800-d75c5b659573

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • JavaScript 5.8%
  • CSS 2.4%
0