Presentation: Django Rest Framework
During the workshop you will learn all things DRF to get started with a project using Django Rest Framework.
- Summary about CRUD operations.
- What is Django?
- What is Django Rest Framework (DRF)?
- When/Why should you use DRF?
- Serialization.
- Django Views and Class based views.
Python version 3.8 and above. Download from here
To install dependencies: pip install -r solutions/requirements.txt
- Clone the repository
- Install dependencies
- Navigate to solutions/drf folder
- python manage.py runserver This should run the server on port 8000 and can be accessed at http://localhost:8000
Re-watch YouTube stream here
This workshop was set up by @pyladiesams and @swaranjali-sr