Django 2 & React: Build a Realtime web app

django2-and-reactjs-build-a-realtime-web-app
Django 2 & React: Build a Realtime web app, Learn to build a realtime web app using Django 2, Channels, Redis, Websocket and Reactjs

  • Created by Jean R
  •  English

PREVIEW THIS COURSE - GET COUPON CODE

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.