Build And Deploy A REST API With Django REST Framework. Full Project Tutorial.

Build And Deploy A REST API With Django REST Framework. Full Project Tutorial.

Hey guys, This is a compilation of all videos I made for how to build and deploy a REST API with Django And Django REST framework. Build A Simple Web App With React And Django REST Framework SOURCE CODE: https://github.com/jod35/Pizza-delive... Please support me by subscribing to the channel. Thanks for watching. You can also donate to this channel here: https://www.buymeacoffee.com/jod35 Timestamps 0:00 Introduction 4:46 Project Set Up 6:44 Creating a Django 9:04 Setting up environment Variables 19:18 Creating the first API view 22:20 Creating the first URL mapping 26:01 The browsable API 28:36 Creating a custom user model 53:30 Creating the order model 1:04:42 Customizing the Django admin site 1:12:24 User Creation 1:31:09 JWT Authentication with Djoser 1:47:10 CRUD operations on orders 3:03:33 Django REST Framework permissions 3:18:29 Documenting the REST API with Swagger using DRF-Yasg 3:38:18 Deploying The REST API to Heroku