Django Rest Framework
- Offered byUDEMY
Django Rest Framework at UDEMY Overview
Duration | 7 hours |
Total fee | ₹455 |
Mode of learning | Online |
Credential | Certificate |
Django Rest Framework at UDEMY Highlights
- Full lifetime access
- Learn from 2 downloadable resources
- Earn a Certificate of completion from Udemy
- Comes with 30 days money back guarantee and full lifetime access
Django Rest Framework at UDEMY Course details
- For Python developers who want to master Django REST Framework
- For Programmers who wants to develop REST APIs using Python and Django REST Framework
- Learn what REST APIs are and why we need them
- Create REST APIs using Function Based Views
- Create REST APIs using Class Based Views
- Use mixins, generics and viewsets
- Configure Router and Routes for your REST APIs
- Secure you REST APIs using Authentication and Authorization
- Start this course by learning what Django REST Framework is ,the different features that are a part of every Django REST application
- Learn what REST APIs are and why we need them
- Create REST APIs using Function Based Views
- Create REST APIs using Class Based Views
- Use mixins, generics and ViewSets
- Configure Router and Routes for your REST APIs
- Secure you REST APIs using Authentication and Authorization
Django Rest Framework at UDEMY Curriculum
Introduction
What is REST
Why REST
What and Why DJango REST Framework
Software Setup
Install DJango
Install DJango REST Framework
Install MySql and MySql workbench
Launch MySql workbench
Windows Only -Install Mysql
Windows Only - Install Mysql Workbench
REST in Action
Create the Project
Create a view
Configure the URL and TEST
Create app level urls
Create a model class
Configure the database and run migrations
Use the model in the view and test
Functions Based Views and Serializers
DRF Components
Function Based Views
Serializers
Create the Project
Create the Model
Create the Serializer
GET single student
Class Based Views
Introduction
Create the Project
Implement Non Primary Key Based Operations
Implement Primary Key Based Operations
Configure the URLs and TEST