Django REST framework for absolute beginners
Django REST framework for absolute beginners, Learn how to build a Web APIs with Django REST framework in a very clear and easy way.
Course Description
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