Overview
Learn to build a Python NoSQL API using Django Rest Framework in this comprehensive 29-minute tutorial. Start with the basics of setting up Django REST, then progress through creating GET, POST, PUT, and DELETE endpoints. Explore how to integrate Boto3 for working with a NoSQL database, retrieve table data, and manipulate items. Follow along as the instructor guides you through each step, from initial setup to implementing CRUD operations, providing a solid foundation for developing robust APIs with Django and NoSQL databases.
Syllabus
- Introduction
- Getting started
- Django REST setup
- GET API
- Installing Boto3
- Create a NoSQL Database
- GET table data in Django
- POST new data to the table
- GET details of an item
- PUT / edit an item
- DELETE an item
Taught by
Caleb Curry