- Register for a Stripe account to obtain API Keys that will be needed to get this app to work
- Add some products on Stripe dashboard
Backend
STRIPE_SECRET_KEYcan be obtained from Stripe dashboard (go toDevelopersmenu →API Keys)STRIPE_WEBHOOK_SECRETwill be generated when we use Stripe CLI to listen to events locally (the guide can be accessed from Stripe dashboard, go toDevelopersmenu →Webhook→Add Local Listener)
Frontend
VITE_STRIPE_PUBLIC_KEYcan be obtained from Stripe dashboard (go toDevelopersmenu →API Keys)