Django 2 & React: Build a Realtime web app
Learn to build a realtime web app using Django 2, Channels, Redis, Websocket and Reactjs
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.
What You Will 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
Who Should Attend!
- Beginner web developers
- Anyone who wants to build nice web applications using python django 2