Skip to content

Learn all things to get started with a project using Django Rest Framework

License

Notifications You must be signed in to change notification settings

pyladiesams/101-django-rest-framework-jan2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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