Skip to content

burakorkmez/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=...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published