Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 968 Bytes

File metadata and controls

32 lines (25 loc) · 968 Bytes

101 Django Rest Framework

Level: Beginner

Presentation: Django Rest Framework

Workshop description

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.

Requirements

Python version 3.8 and above. Download from here

To install dependencies: pip install -r solutions/requirements.txt

Usage

  • 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

Video record

Re-watch YouTube stream here

Credits

This workshop was set up by @pyladiesams and @swaranjali-sr