Django Rest Framework

0 (0 REVIEWS)
3 STUDENTS

GET THIS COURSE AND 2500+ OTHERS FOR ONLY £49 FIND OUT MORE

Overview:

Welcome to the “Django Rest Framework” course! This comprehensive program is designed to equip participants with the skills and knowledge needed to build robust RESTful APIs using Django, a high-level Python web framework. Through a combination of theoretical learning and hands-on exercises, participants will explore the key concepts and best practices of building RESTful APIs with Django Rest Framework (DRF). From authentication and serialization to testing and deployment, this course covers everything you need to know to become proficient in Django Rest Framework.

  • Interactive video lectures by industry experts
  • Instant e-certificate and hard copy dispatch by next working day
  • Fully online, interactive course with Professional voice-over
  • Developed by qualified first aid professionals
  • Self paced learning and laptop, tablet, smartphone friendly
  • 24/7 Learning Assistance
  • Discounts on bulk purchases

Main Course Features:

  • In-depth coverage of Django Rest Framework fundamentals and advanced topics
  • Hands-on projects and coding exercises to reinforce learning and practical application
  • Exploration of RESTful API design principles and best practices
  • Guidance on authentication, authorization, and permissions in Django Rest Framework
  • Discussion of serialization, validation, and queryset optimization techniques
  • Introduction to testing and debugging RESTful APIs using Django Rest Framework’s testing tools
  • Deployment strategies for deploying Django Rest Framework applications to production environments
  • Ongoing support and resources to help participants stay updated on the latest developments in Django Rest Framework

Who Should Take This Course:

  • Python developers interested in building RESTful APIs using Django Rest Framework
  • Web developers looking to expand their skill set and add Django Rest Framework to their toolkit
  • Backend developers seeking to enhance their knowledge of building APIs with Django
  • Anyone interested in learning how to build scalable and maintainable RESTful APIs using Django Rest Framework

Learning Outcomes:

  • Understand the fundamentals of building RESTful APIs with Django Rest Framework
  • Gain practical experience in designing and implementing RESTful APIs using Django Rest Framework
  • Learn how to authenticate and authorize users in Django Rest Framework applications
  • Master the serialization and validation of data in Django Rest Framework serializers
  • Acquire testing and debugging skills for ensuring the reliability and stability of Django Rest Framework APIs
  • Explore deployment strategies for deploying Django Rest Framework applications to production environments
  • Collaborate effectively with frontend developers to integrate Django Rest Framework APIs into web applications
  • Showcase proficiency in Django Rest Framework through the development of a capstone project or portfolio of projects.

Certification

Once you’ve successfully completed your course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). All of our courses are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Assessment

At the end of the Course, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven’t, there’s no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself.

Course Curriculum

Unit 01: Start Here
Module 01: Course and Instructor Introduction 00:03:00
Module 02: How to make the best of this course 00:02:00
Unit 02: Introduction
Module 01: What is REST? 00:06:00
Module 02: Why REST 00:08:00
Module 03: What and Why DJango REST Framework 00:06:00
Unit 03: Software Setup
Module 01: Install DJango 00:03:00
Module 02: Install DJango REST Framework 00:01:00
Module 03: Install MySql and MySql workbench 00:03:00
Module 04: Launch MySql workbench 00:02:00
Module 05: Install python mysqlclient 00:01:00
Module 06: Install ATOM 00:03:00
Module 07: Install Postman 00:01:00
Unit 04: REST in Action
Module 01: Create the Project 00:03:00
Module 02: Create a view 00:02:00
Module 03: Configure the URL and TEST 00:03:00
Module 04: Create app level urls 00:02:00
Module 05: Create a model class 00:03:00
Module 06: Configure the database and run migrations 00:03:00
Module 07: Use the model in the view and test 00:03:00
Unit 05: Function Based Views and Serializers
Module 01: DRF Components 00:06:00
Module 02: Function Based Views 00:05:00
Module 03: Serializers 00:04:00
Module 04: Create the Project 00:02:00
Module 05: Create the Model 00:02:00
Module 06: Create the Serializer 00:02:00
Module 07: GET single student 00:04:00
Module 08: Create Student 00:04:00
Module 09: Implement Non Primary Key Based Operations 00:07:00
Module 10: Use @api_view 00:01:00
Module 11: Configure the URLs 00:02:00
Module 12: Test 00:07:00
Module 13: Test Using Postman 00:04:00
Unit 06: Class Based Views
Module 01: Introduction 00:03:00
Module 02: Create the Project 00:03:00
Module 03: Implement Non Primary Key Based Operations 00:06:00
Module 04: Implement Primary Key Based Operations 00:07:00
Module 05: Configure the URLs and TEST 00:04:00
Unit 07: Mixins
Module 01: Introduction 00:05:00
Module 02: Non Primary Key based operations 00:04:00
Module 03: Primary Key based operations 00:02:00
Module 04: Configure the URLs and TEST 00:02:00
Unit 08: Generic Views
Module 01: Generics 00:03:00
Module 02: Generics in action 00:03:00
Unit 09: ViewSets
Module 01: Introduction 00:03:00
Module 02: Create ViewSet 00:02:00
Module 03: Configure URLs and Test 00:04:00
Unit 10: Nested Serializers
Module 01: Create the project 00:02:00
Module 02: Create model 00:03:00
Module 03: Create Serializers 00:04:00
Module 04: Create REST endpoints 00:03:00
Module 05: Configure URLs 00:02:00
Module 06: Test 00:03:00
Unit 11: Pagination
Module 01: Introduction 00:06:00
Module 02: Pagination in action 00:05:00
Module 03: Pagination at class level 00:03:00
Module 04: Using LimitOffsetPagination 00:01:00
Unit 12: Security
Module 01: Introduction 00:04:00
Module 02: Authentication in action 00:03:00
Module 03: Authorization in action 00:06:00
Module 04: Global Security 00:04:00
Unit 13: Flight Reservation API
Module 01: Usecase 00:01:00
Module 02: Create the Project 00:01:00
Module 03: Create Model Classes 00:03:00
Module 04: Create Reservation Model 00:01:00
Module 05: Create Serializers 00:01:00
Module 06: Create ViewSets 00:02:00
Module 07: Configure the Router 00:02:00
Module 08: Run Migrations 00:01:00
Module 09: Initial round of testing 00:04:00
Module 10: Implement findFlights endpoint 00:03:00
Module 11: Test findFlights 00:05:00
Module 12: Implement Save Reservation 00:06:00
Module 13: Test Save Reservation 00:04:00
Unit 14: Validations
Module 01: In-Built Validations 00:04:00
Module 02: Allowing Blank and Null Values 00:02:00
Module 03: Create Custom Validator 00:05:00
Module 04: Two more ways 00:07:00
Unit 15: Token Auth
Module 01: Introduction 00:03:00
Module 02: Configure Token Auth 00:05:00
Module 03: Create Users and Token 00:04:00
Module 04: Token Auth in action 00:03:00
Module 05: Automate Token Creation 00:09:00
Django Rest Framework
ex Vat

SAVE 80% - OFFER ENDS SOON

TAKE THIS COURSE
  • Original price was: £125.00.Current price is: £25.00. ex Vat
  • 1 year
  • Course Badge
  • Course Certificate
  • 4 hours, 44 minutes
  • Gift this course
£25 /Unit Price
Total:
£125.00
Quantity:

Buying more than one of the same courses?

  • 50% discount for orders of 10+ courses
  • 60% discount for orders of 50+ courses
  • 70% discount for orders of 100+ courses

Looking for a more personalised package?

contact us now

Instructors

Profile Photo
A A
3 STUDENTS ENROLLED