Brief introduction to Django Rest Framework. In this video your are going to learn how to setup a basic DRF project and create your first endpoints.
In the video I'm using Python 3.9, Django 3.2 and DRF 3.12
0:00 Introduction
0:50 Creating a new Django project
2:41 Implementing the example models
7:33 Listing endpoint for the Currency model
12:13 Adding test data
14:14 Implementing a ModelViewSet for the Category model
16:40 Using routers for ViewSets
19:03 Documenting the ViewSet endpoints with Postman
-------------------------------------------------------------------------------
🔗 Get the source code used in this video: https://github.com/sibtc/piggybank
✉️ Let's keep in touch! Subscribe to my mailing list: https://sibt.co/newsletter
🌎 For more on Django, Python and Web Development: https://simpleisbetterthancomplex.com
-------------------------------------------------------------------------------
🧔🏻 Follow me on:
https://github.com/vitorfs
https://twitter.com/vitorfs
https://facebook.com/vitorfs
https://instagram.com/vitorfs
#django #python #drf