Django REST framework for absolute beginners
- Description
- Curriculum
- FAQ
- Reviews
Django REST framework is a powerful and flexible toolkit for building HTTP enabled service APIs that expose service and data. It can be consumed by a broad range of clients including browsers, mobiles, desktop and tablets. As it is HTTP service, so it can reach a broad range of client.
Django is a back-end framework used by Python developers to develop back-end applications. Django REST framework is used build Web APIs with Django
This course will take you in a step-by-step way to build your own Web APIs with Django REST framework
By taking this course you will have the required skills that you need to build real applications using Django REST framework and to learn advanced topics about Django REST framework
Requirements for this Course:
-
Basic Python knowledge
Who this course is for:
-
The course is python developers who wants to start learning web development with Django and Django rest framework
-
This course is ideal for people who wish to build their own web APIs that can be connected to a Front-end application developed with a Front-end framework like React or Angular
What you’ll learn
-
Django project structure
-
Admin site in a Django project
-
Class based views
-
Generic views
-
Implementing CRUD operations
-
4Adding Django rest framework to our projectVideo lesson
-
5Implementing the serializer classVideo lesson
-
6Implementing the LIST viewVideo lesson
-
7Mapping the LIST view to a urlVideo lesson
-
8Saving data in the databaseVideo lesson
-
9Test our application with postmanVideo lesson
-
10Getting an object from the databaseVideo lesson
-
11Updating an object in the databaseVideo lesson
-
12Deleting an object form the databaseVideo lesson
-
13Cleaning up our codeVideo lesson
External Links May Contain Affiliate Links read more