In this tutorial, we will be configuring a REST (Representational state transfer) API using the Django REST framework and other third-party libraries. The World Wide Web's architecture was designed and developed using a specific software architectural style. REST specifies a set of guidelines for how the Web's architecture—a distributed hypermedia system operating at the Internet scale—should function.
⭐️ Video Contents ⭐️
00:00 | Intro
01:06 | Adding Django REST framework settings
02:42 | Create Model Serializers
06:09 | Create ViewSets
08:47 | Create Routers
11:07 | Register routers to project URLs
12:04 | Testing and Debugging REST functionality
16:50 | Outro
Links
Learn Django REST framework: https://www.django-rest-framework.org/
Learn Cross-Origin Resource Sharing (CORS): https://developer.mozilla.org/en-US/d...
Learn Django QuerySet API: https://docs.djangoproject.com/en/4.2...
Learn GitHub: https://docs.github.com/en/get-started
The code used in this series can be found at: https://github.com/jkaris/health-faci...
Reach me through:
My Website - https://josephkariuki.com/
Twitter - / jkariscodes
Instagram - / codekaraoke
Medium - / jkariukidev
#python #django #react #fullstack #webdevelopment