We guarantee that all our online courses will meet or exceed your
expectations. If you are not fully satisfied with a course - for
any reason at all - simply request a full refund. We guarantee no
hassles. That's our promise to you.
Go ahead and order with confidence!
| Unit 01: Start Here | |||
| Module 01: Course and Instructor Introduction | |||
| Module 02: How to make the best of this course | |||
| Unit 02: Introduction | |||
| Module 01: What is REST? | |||
| Module 02: Why REST | |||
| Module 03: What and Why DJango REST Framework | |||
| Unit 03: Software Setup | |||
| Module 01: Install DJango | |||
| Module 02: Install DJango REST Framework | |||
| Module 03: Install MySql and MySql workbench | |||
| Module 04: Launch MySql workbench | |||
| Module 05: Install python mysqlclient | |||
| Module 06: Install ATOM | |||
| Module 07: Install Postman | |||
| Unit 04: REST in Action | |||
| Module 01: Create the Project | |||
| Module 02: Create a view | |||
| Module 03: Configure the URL and TEST | |||
| Module 04: Create app level urls | |||
| Module 05: Create a model class | |||
| Module 06: Configure the database and run migrations | |||
| Module 07: Use the model in the view and test | |||
| Unit 05: Function Based Views and Serializers | |||
| Module 01: DRF Components | |||
| Module 02: Function Based Views | |||
| Module 03: Serializers | |||
| Module 04: Create the Project | |||
| Module 05: Create the Model | |||
| Module 06: Create the Serializer | |||
| Module 07: GET single student | |||
| Module 08: Create Student | |||
| Module 09: Implement Non Primary Key Based Operations | |||
| Module 10: Use @api_view | |||
| Module 11: Configure the URLs | |||
| Module 12: Test | |||
| Module 13: Test Using Postman | |||
| Unit 06: Class Based Views | |||
| Module 01: Introduction | |||
| Module 02: Create the Project | |||
| Module 03: Implement Non Primary Key Based Operations | |||
| Module 04: Implement Primary Key Based Operations | |||
| Module 05: Configure the URLs and TEST | |||
| Unit 07: Mixins | |||
| Module 01: Introduction | |||
| Module 02: Non Primary Key based operations | |||
| Module 03: Primary Key based operations | |||
| Module 04: Configure the URLs and TEST | |||
| Unit 08: Generic Views | |||
| Module 01: Generics | |||
| Module 02: Generics in action | |||
| Unit 09: ViewSets | |||
| Module 01: Introduction | |||
| Module 02: Create ViewSet | |||
| Module 03: Configure URLs and Test | |||
| Unit 10: Nested Serializers | |||
| Module 01: Create the project | |||
| Module 02: Create model | |||
| Module 03: Create Serializers | |||
| Module 04: Create REST endpoints | |||
| Module 05: Configure URLs | |||
| Module 06: Test | |||
| Unit 11: Pagination | |||
| Module 01: Introduction | |||
| Module 02: Pagination in action | |||
| Module 03: Pagination at class level | |||
| Module 04: Using LimitOffsetPagination | |||
| Unit 12: Security | |||
| Module 01: Introduction | |||
| Module 02: Authentication in action | |||
| Module 03: Authorization in action | |||
| Module 04: Global Security | |||
| Unit 13: Flight Reservation API | |||
| Module 01: Usecase | |||
| Module 02: Create the Project | |||
| Module 03: Create Model Classes | |||
| Module 04: Create Reservation Model | |||
| Module 05: Create Serializers | |||
| Module 06: Create ViewSets | |||
| Module 07: Configure the Router | |||
| Module 08: Run Migrations | |||
| Module 09: Initial round of testing | |||
| Module 10: Implement findFlights endpoint | |||
| Module 11: Test findFlights | |||
| Module 12: Implement Save Reservation | |||
| Module 13: Test Save Reservation | |||
| Unit 14: Validations | |||
| Module 01: In-Built Validations | |||
| Module 02: Allowing Blank and Null Values | |||
| Module 03: Create Custom Validator | |||
| Module 04: Two more ways | |||
| Unit 15: Token Auth | |||
| Module 01: Introduction | |||
| Module 02: Configure Token Auth | |||
| Module 03: Create Users and Token | |||
| Module 04: Token Auth in action | |||
| Module 05: Automate Token Creation | |||