About This Course
Course Curriculum
-
Module 01: Course and Instructor Introduction00:03:00
-
Module 02: How to make the best of this course00:02:00
-
Module 01: What is REST?00:06:00
-
Module 02: Why REST00:08:00
-
Module 03: What and Why DJango REST Framework00:06:00
-
Module 01: Install DJango00:03:00
-
Module 02: Install DJango REST Framework00:01:00
-
Module 03: Install MySql and MySql workbench00:03:00
-
Module 04: Launch MySql workbench00:02:00
-
Module 05: Install python mysqlclient00:01:00
-
Module 06: Install ATOM00:03:00
-
Module 07: Install Postman00:01:00
-
Module 01: Create the Project00:03:00
-
Module 02: Create a view00:02:00
-
Module 03: Configure the URL and TEST00:03:00
-
Module 04: Create app level urls00:02:00
-
Module 05: Create a model class00:03:00
-
Module 06: Configure the database and run migrations00:03:00
-
Module 07: Use the model in the view and test00:03:00
-
Module 01: DRF Components00:06:00
-
Module 02: Function Based Views00:05:00
-
Module 03: Serializers00:04:00
-
Module 04: Create the Project00:02:00
-
Module 05: Create the Model00:02:00
-
Module 06: Create the Serializer00:02:00
-
Module 07: GET single student00:04:00
-
Module 08: Create Student00:04:00
-
Module 09: Implement Non Primary Key Based Operations00:07:00
-
Module 10: Use @api_view00:01:00
-
Module 11: Configure the URLs00:02:00
-
Module 12: Test00:07:00
-
Module 13: Test Using Postman00:04:00
-
Module 01: Introduction00:03:00
-
Module 02: Create the Project00:03:00
-
Module 03: Implement Non Primary Key Based Operations00:06:00
-
Module 04: Implement Primary Key Based Operations00:07:00
-
Module 05: Configure the URLs and TEST00:04:00
-
Module 01: Introduction00:05:00
-
Module 02: Non Primary Key based operations00:04:00
-
Module 03: Primary Key based operations00:02:00
-
Module 04: Configure the URLs and TEST00:02:00
-
Module 01: Generics00:03:00
-
Module 02: Generics in action00:03:00
-
Module 01: Introduction00:03:00
-
Module 02: Create ViewSet00:02:00
-
Module 03: Configure URLs and Test00:04:00
-
Module 01: Create the project00:02:00
-
Module 02: Create model00:03:00
-
Module 03: Create Serializers00:04:00
-
Module 04: Create REST endpoints00:03:00
-
Module 05: Configure URLs00:02:00
-
Module 06: Test00:03:00
-
Module 01: Introduction00:06:00
-
Module 02: Pagination in action00:05:00
-
Module 03: Pagination at class level00:03:00
-
Module 04: Using LimitOffsetPagination00:01:00
-
Module 01: Introduction00:04:00
-
Module 02: Authentication in action00:03:00
-
Module 03: Authorization in action00:06:00
-
Module 04: Global Security00:04:00
-
Module 01: Usecase00:01:00
-
Module 02: Create the Project00:01:00
-
Module 03: Create Model Classes00:03:00
-
Module 04: Create Reservation Model00:01:00
-
Module 05: Create Serializers00:01:00
-
Module 06: Create ViewSets00:02:00
-
Module 07: Configure the Router00:02:00
-
Module 08: Run Migrations00:01:00
-
Module 09: Initial round of testing00:04:00
-
Module 10: Implement findFlights endpoint00:03:00
-
Module 11: Test findFlights00:05:00
-
Module 12: Implement Save Reservation00:06:00
-
Module 13: Test Save Reservation00:04:00
-
Module 01: In-Built Validations00:04:00
-
Module 02: Allowing Blank and Null Values00:02:00
-
Module 03: Create Custom Validator00:05:00
-
Module 04: Two more ways00:07:00
-
Module 01: Introduction00:03:00
-
Module 02: Configure Token Auth00:05:00
-
Module 03: Create Users and Token00:04:00
-
Module 04: Token Auth in action00:03:00
-
Module 05: Automate Token Creation00:09:00
-
Assignment -Django Rest Framework