Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Django 2 & React: Build a Realtime web app
Rating: 3.6 out of 5(112 ratings)
1,756 students
Created byJean R
Last updated 5/2018
English

What you'll learn

  • Build a realtime note taking application like Evernote
  • Structure & Build a full web application
  • Create Restful API with Django Rest Framework
  • Websocket using Channels and Redis
  • Combine Django and Reactjs

Course content

3 sections12 lectures2h 0m total length
  • Introduction0:22
  • Setup6:01

    In this lesson we are going to setup everything we need for our project.

    Installing Python 3

    Installing Pipenv

    Configure Visual Studio Code


Requirements

  • Basic understanding of Python or other languages like Php, Java etc..
  • Reactjs basics
  • Using a terminal

Description

Welcome to Complete Django 2 & React Bootcamp. In this course you are going to learn how to setup and build a realtime web application like Evernote. We will start off by setting up our models then model serializers for the API and finally giving our application realtime feature. We are going to be using alot awesome django packages such as: Django Rest Framework(For API), Django Channels(For websocket/realtime), Redis and much more..

But that's not it. For the frontend we will be using ReactJs to pull the data from our API and connecting to the websocket.

Who this course is for:

  • Beginner web developers
  • Anyone who wants to build nice web applications using python django 2