
Welcome to section 1 introduction
Course Goals for django react e commerce application
In this video we will learn about Create a project structure from client requirements
In this section we will learn about How to handle such project
In this section we will learn about Django and Django REST framework
Introduction to section 2
In this video we will learn about Python installation and virtual env
In this video we will learn about Python installation and virtual environment on WINDOWS
In this video we will learn about Learn to manage virtual environment
In this video we will learn about Django installation
In this video we will learn about Django installation on windows
In this video we will learn about Django tour - quick
In this video we will learn about Django admin and migration
Section 3 introduction
All code files are here
In this video we will learn about Cross origin requests in django
In this video we will learn about Django REST framework installation
In this section we will learn about Storing our images in django
In this video we will learn about Setting Django API structure
In this video we will learn about Handling API root route in django
Introduction to section 4
In this video we will learn about Setting up category model and admin
In this video we will learn about Serialize the data from DB in Django
In this video we will learn about Category API routing and views in Django
In this video we will learn about Testing with postman for category in Django
Introduction to section 5
In this video we will learn about Add model for Product in Django
In this video we will learn about Image serialization and product views in django
In this video we will learn about Setting up URL for products in Django
Introduction to section 6
In this video we will learn about Custom User model in admin in Django
In this video we will learn about get some errors intentionally in django
In this video we will learn about Custom User serlization in Django
In this video we will learn about Generating the token in django
In this video we will learn about Custom user signin in Django
In this video we will learn about Permissions template for you in django
In this video we will learn about Fixing bugs and urls for user in django
In this section we will learn about Classic super admin issue in django
In this video we will learn about Detailed testing with postman for user Django
Introduction to section 7
In this video we will learn about Creating model for Orders in django
In this video we will learn about Add serialization for orders
In this video we will learn about Is user authetication Django
In this video we will learn about Adding order in admin in django
In this video we will learn about URL for order and auth token in Django
Introduction to section 8
In this section we will learn about Understand the payment gateway
In this video we will learn about Generate braintree token for user in Django
In this video we will learn about 03 Process the payment from backend in django
In this video we will learn about Setup payment urls and debug in Django
In this video we will learn about giving django some test
Section 9 introduction
A crash course on bootstrap
A crash course on modern react
A crash course on react router
In this video we will learn about Action plan for handling front end
In this video we will learn about Config for backend connection and structure
In this video we will learn about Application is up and running now
In this video we will learn about getting all products from backend
In this video we will learn about Getting all tshirt name in frontend
In this video we will learn about Image helper for card
Welcome to Complete full stack web development course with Django 3 as backend and ReactJS in front end. Along with this we will use a payment gateway to configure our t-shirt selling store.
Full Stack web development is really high in demand and in this course, we are bringing 2 of the most popular programming languages together, Python and JavaScript. We will start by installing python and a virtual environment. After that we will install Django and will work on backend. We are using a scalable approach of dividing project into multiple Django apps. Further we will create API from our backend so that in future you can modify front end without any issues. Django development is very fast and you will quickly realise it.
We will use core Django framework as well as Django REST framework to create backend API. We will also learn to modify framework so that we can sign up custom user in this application
Moving to front end, first we will take some crash courses in react, bootstrap and react navigation so that you can come to speed. After that we will create a react project and will structure front end to talk to backend. We will create a modular structure for front end so that in future multiple team can work on front end too. We will learn to create request to multiple URLs of backend and provide authentication to some routes.
When we sign up and sign in from front end, we will learn JSON based request as well as form data based request. We will also learn to protect some routes, so that only authenticated users can access it.
Finally we will also learn to integrate payment gateway both at backend and front end of the application. We will study the documentation of the payment gateway and flow of payments. After that user will be able to place order from our store.
This course is packed with lots of information and you will enjoy the learn process!
See you inside the course