Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Django REST Framework - Build an API from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Create a virtual environment
- 3 - Install packages
- 4 - Create our Django project
- 5 - Apply migrations
- 6 - Intro to admin site
- 7 - Create our model
- 8 - Create our own migration
- 9 - Start REST framework
- 10 - Create our serializer
- 11 - Create our view endpoints
- 12 - CRUD
- 13 - POST request
- 14 - Drink details - GET
- 15 - Drink details - PUT
- 16 - Drink details - DELETE
- 17 - Getting JSON through browser
- 18 - Consuming the API