Menu
I have used Python to build several backend systems, mainly to create Rest APIs using Django-Rest-Framework and FastApi. Here I share all my personal experiences.
We will create Django models, understand the role of each model, and do the required settings for stripe integration, I have followed what I think is the way to go.
We will create django views and understand how to send a request from React app and create a stripe checkout session, we will see the complete payment process here.
We will see the packages and detail of setting up push notifications in our django and react apps. We will understand the complete logic and data flow here.
We will see how to set up the stripe webhook to know the status of the checkout payment. We can say it is the confirmation from the stripe that payment was successfully completed.
We will see how to use different permissions for methods in a ModelViewSet. A ViewSet has Create, Delete, Get, Update, etc methods. We will see how to use different permissions for each method.
I have other topics covered
I have other categories covered
OR fill out the form