This is the project where I am using Stripe Payment Integration and using Nextjs for the Frontend as well as backend.
My Tech Stack for this project
Typescript: For better Type checking of the variables and functions.
Next.js: Next for frontend and backend development and for better SEO experience.
MongoDB: Mongo as my NoSQL database for creating the users and Subscriptions models
Prisma: Prisma as an ORM for best experience for easiness of writing Queries of a NoSQL database. Pro tip --> you can also use for SQL database as well
Stripe : Stripe Payment Gateway for integrating payments for my subscription purchase
Kinde: Kinde is an application for third party authentication for end-users. For Signup and Signin I used Kinde.
Like this project
0
Posted Nov 8, 2024
Learn how to integrate Stripe subscriptions with Next.js