Django REST Framework - Build an API from Scratch
Offered By: Caleb Curry via YouTube
Course Description
Overview
Learn to build a Django REST Framework API from scratch in this comprehensive tutorial. Create a virtual environment, install necessary packages, and set up a Django project. Explore the admin site, create models and migrations, and implement REST framework components. Develop serializers and view endpoints for CRUD operations, including GET, POST, PUT, and DELETE requests. Discover how to retrieve JSON data through the browser and consume the API effectively. Follow along with step-by-step instructions and practical examples to master building robust APIs using Django REST Framework.
Syllabus
- Introduction
- Create a virtual environment
- Install packages
- Create our Django project
- Apply migrations
- Intro to admin site
- Create our model
- Create our own migration
- Start REST framework
- Create our serializer
- Create our view endpoints
- CRUD
- POST request
- Drink details - GET
- Drink details - PUT
- Drink details - DELETE
- Getting JSON through browser
- Consuming the API
Taught by
Caleb Curry
Related Courses
Introduction to DatabasesMeta via Coursera MongoDB for Node.js Developers
MongoDB University Full Stack Foundations
Udacity Ruby on Rails Web Services and Integration with MongoDB
Johns Hopkins University via Coursera MongoDB Basics
MongoDB University