Description
In this course, 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.
Syllabus :
1. Project Backend
- Creating application structure
- Models, Migrations & Admin panel
- Django Rest Framework - Setup API
- Websocket with channels
2. Frontend - React
- Setup React
- Creating the main layout
- Listing notes
- Connecting to API
- Saving new notes
- Updating changes with websocket