Description
In this course, you will :
- Django REST Framework (DRF) is used to develop Django projects with RESTful APIs and efficiently manage project source control.
- Create a powerful chat server administration API that includes functionality such as server filtering, channel management, and data retrieval.
- Create visually stunning front-end interfaces for a smooth user experience with React, React Router, and Material-UI.
- Axios is used to integrate external APIs into Django projects, handle CORS, and create CRUD operations for efficient data handling.
- Implement secure authentication mechanisms such as token-based login, registration, and WebSocket authentication with djangorestframework-simplejwt.
Syllabus:
- Setup Guides
- Django DRF Project Initiation
- Chat Server Administration API
- Front End Templating
- API Integration
- Building Chat Services
- Authentication
- Extending Chat Services