SlideShare a Scribd company logo
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Agenda
✓ What is an API?
✓ Introduction to Rest Framework
✓ What is a REST API?
✓ Demo – Create a Restful API
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Agenda
What is an API?
Demo – Create a RESTful Api
What is REST API?
Introduction to REST Framework
1
4
3
2
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is an API?
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is an API?
 API refers to Application Programming Interface.
 It is a set of subroutine definitions, protocols and
tools for building application software.
 It helps in connecting various software
components.
 An API make it easier for developers to use
certain technologies in building applications by
using certain predefined operations.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Introduction to REST Framework
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
REST Framework
✓ It describes an architecture which stands for REpresentational State Transfer
✓ It is used for web based architecture for data communication.
✓ It uses HTTP to make calls between machines.
The following HTTP methods are most commonly used in a REST based architecture:
GET POSTDELETEPUT
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is a REST API?
 When Web services use REST architecture, they are called RESTful APIs or REST APIs.
 A REST API is a set of web addresses that respond with pure information, not a formatted web page.
 An Api returns a JSON, which is a common format. You'll see all of the information surrounded with
quotation marks, {}, [] and descriptive titles for each bit of info.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Installation
Now, let’s install Django REST Framework
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Installation
Rest framework can be installed on the system using Python’s package manager.
▪ You must have python and pip, python’s package manager installed beforehand
▪ Open the terminal and type the following command for Django installation.
pip install djangorestframework
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Installation
INSTALLED_APPS = (
…
‘rest_framework’,
)
Once its done, add ‘rest_framework’ to your INSTALLED_APPS setting.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Demo
Now, let’s create your first RESTful Api in Django
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Create a Project
$ django-admin startproject myproject
Open the terminal and navigate to the folder where the project is to be created.
Myproject/
manage.py
myproject/
__init__.py
settings.py
urls.py
wsgi.py
This will create a "myproject" folder with the following structure:
1
2
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Django Rest Framework | How to Create a RESTful API Using Django | Django Tutorial | Edureka

More Related Content

What's hot (20)

PDF
Web Development with Python and Django
Michael Pirnat
 
PDF
Angular Directives | Angular 2 Custom Directives | Angular Tutorial | Angular...
Edureka!
 
PPTX
Rest API
Rohana K Amarakoon
 
PPTX
Its time to React.js
Ritesh Mehrotra
 
PPTX
[Final] ReactJS presentation
洪 鹏发
 
PPTX
Nextjs13.pptx
DivyanshGupta922023
 
ODP
Projects In Laravel : Learn Laravel Building 10 Projects
Sam Dias
 
PPTX
ReactJS presentation.pptx
DivyanshGupta922023
 
PPTX
React JS - A quick introduction tutorial
Mohammed Fazuluddin
 
PPTX
PHP Powerpoint -- Teach PHP with this
Ian Macali
 
PPTX
React js programming concept
Tariqul islam
 
PPTX
Introducing Swagger
Tony Tam
 
PDF
Bootstrap
Jadson Santos
 
PDF
Introduction to django
Ilian Iliev
 
PPTX
Building Next-Generation Web APIs with JSON-LD and Hydra
Markus Lanthaler
 
PPTX
Selenium-4-and-appium-2
Manoj Kumar Kumar
 
PPTX
Node.js Express
Eyal Vardi
 
ODP
Django for Beginners
Jason Davies
 
PDF
OWASP Top 10 API Security Risks
IndusfacePvtLtd
 
PPTX
TypeScript VS JavaScript.pptx
Albiorix Technology
 
Web Development with Python and Django
Michael Pirnat
 
Angular Directives | Angular 2 Custom Directives | Angular Tutorial | Angular...
Edureka!
 
Its time to React.js
Ritesh Mehrotra
 
[Final] ReactJS presentation
洪 鹏发
 
Nextjs13.pptx
DivyanshGupta922023
 
Projects In Laravel : Learn Laravel Building 10 Projects
Sam Dias
 
ReactJS presentation.pptx
DivyanshGupta922023
 
React JS - A quick introduction tutorial
Mohammed Fazuluddin
 
PHP Powerpoint -- Teach PHP with this
Ian Macali
 
React js programming concept
Tariqul islam
 
Introducing Swagger
Tony Tam
 
Bootstrap
Jadson Santos
 
Introduction to django
Ilian Iliev
 
Building Next-Generation Web APIs with JSON-LD and Hydra
Markus Lanthaler
 
Selenium-4-and-appium-2
Manoj Kumar Kumar
 
Node.js Express
Eyal Vardi
 
Django for Beginners
Jason Davies
 
OWASP Top 10 API Security Risks
IndusfacePvtLtd
 
TypeScript VS JavaScript.pptx
Albiorix Technology
 

Viewers also liked (20)

PDF
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Edureka!
 
PDF
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Edureka!
 
PDF
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...
Edureka!
 
PDF
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Edureka!
 
PDF
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...
Edureka!
 
PDF
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Edureka!
 
PDF
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | Edureka
Edureka!
 
PDF
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | Edureka
Edureka!
 
PDF
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...
Edureka!
 
PDF
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...
Edureka!
 
PDF
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Edureka!
 
PDF
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Edureka!
 
PDF
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...
Edureka!
 
PDF
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...
Edureka!
 
PDF
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...
Edureka!
 
PDF
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...
Edureka!
 
PDF
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...
Edureka!
 
PDF
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...
Edureka!
 
PDF
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Edureka!
 
PDF
Data Science Tutorial | Introduction To Data Science | Data Science Training ...
Edureka!
 
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Edureka!
 
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Edureka!
 
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...
Edureka!
 
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Edureka!
 
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...
Edureka!
 
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Edureka!
 
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | Edureka
Edureka!
 
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | Edureka
Edureka!
 
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...
Edureka!
 
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...
Edureka!
 
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Edureka!
 
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Edureka!
 
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...
Edureka!
 
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...
Edureka!
 
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...
Edureka!
 
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...
Edureka!
 
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...
Edureka!
 
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...
Edureka!
 
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Edureka!
 
Data Science Tutorial | Introduction To Data Science | Data Science Training ...
Edureka!
 
Ad

Similar to Django Rest Framework | How to Create a RESTful API Using Django | Django Tutorial | Edureka (20)

PPTX
How REST APIs are Eating Infrastructure
Ashley Roach
 
PPTX
Api design and prototype
DonghuKIM2
 
PDF
Elasticsearch Tutorial | Getting Started with Elasticsearch | ELK Stack Train...
Edureka!
 
PDF
Leverage integration cloud_service_for_ebs_
aioughydchapter
 
PDF
Download full ebook of .NET Aspire documentation Microsoft instant download pdf
jhlimgroben37
 
PDF
How REST APIs are Eating Infrastructure by Ashley Roach
Postman
 
PDF
Modern Application Development for the Enterprise
Juarez Junior
 
PDF
Publishing & Consuming Web APIs on Azure
Paris Polyzos
 
PDF
Restful web services_tutorial
philip75020
 
PPTX
REST Development made Easy with ColdFusion Aether
Pavan Kumar
 
PPTX
Weekly Tech Session
Pravin Vaja
 
PDF
The Next Step to Build Better APIs — Consistent Data Structure
Dialexa
 
PDF
oracle-apac-developers-meetup-2-building-api-with-apiary-slides
Boopathy Balasubramanian
 
PDF
Restful Integration with WSO2 ESB
WSO2
 
PPTX
DevGeekWeek 2017 Inflectra Meetup in Herzliya Presentation
Adam Sandman
 
PPTX
LAJUG Napster REST API
stephenbhadran
 
PPT
Alfresco Architecture
Noushad Kabeer
 
PDF
Boost Your Content Strategy for REST APIs
Marta Rauch
 
PDF
[Webinar] Connecting Mule ESB and the Nuxeo Platform
Nuxeo
 
PDF
Java 9 New Features | Java Tutorial | What’s New in Java 9 | Java 9 Features ...
Edureka!
 
How REST APIs are Eating Infrastructure
Ashley Roach
 
Api design and prototype
DonghuKIM2
 
Elasticsearch Tutorial | Getting Started with Elasticsearch | ELK Stack Train...
Edureka!
 
Leverage integration cloud_service_for_ebs_
aioughydchapter
 
Download full ebook of .NET Aspire documentation Microsoft instant download pdf
jhlimgroben37
 
How REST APIs are Eating Infrastructure by Ashley Roach
Postman
 
Modern Application Development for the Enterprise
Juarez Junior
 
Publishing & Consuming Web APIs on Azure
Paris Polyzos
 
Restful web services_tutorial
philip75020
 
REST Development made Easy with ColdFusion Aether
Pavan Kumar
 
Weekly Tech Session
Pravin Vaja
 
The Next Step to Build Better APIs — Consistent Data Structure
Dialexa
 
oracle-apac-developers-meetup-2-building-api-with-apiary-slides
Boopathy Balasubramanian
 
Restful Integration with WSO2 ESB
WSO2
 
DevGeekWeek 2017 Inflectra Meetup in Herzliya Presentation
Adam Sandman
 
LAJUG Napster REST API
stephenbhadran
 
Alfresco Architecture
Noushad Kabeer
 
Boost Your Content Strategy for REST APIs
Marta Rauch
 
[Webinar] Connecting Mule ESB and the Nuxeo Platform
Nuxeo
 
Java 9 New Features | Java Tutorial | What’s New in Java 9 | Java 9 Features ...
Edureka!
 
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
PDF
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
PDF
Tableau Tutorial for Data Science | Edureka
Edureka!
 
PDF
Python Programming Tutorial | Edureka
Edureka!
 
PDF
Top 5 PMP Certifications | Edureka
Edureka!
 
PDF
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
PDF
Linux Mint Tutorial | Edureka
Edureka!
 
PDF
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
PDF
Importance of Digital Marketing | Edureka
Edureka!
 
PDF
RPA in 2020 | Edureka
Edureka!
 
PDF
Email Notifications in Jenkins | Edureka
Edureka!
 
PDF
EA Algorithm in Machine Learning | Edureka
Edureka!
 
PDF
Cognitive AI Tutorial | Edureka
Edureka!
 
PDF
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
PDF
Blue Prism Top Interview Questions | Edureka
Edureka!
 
PDF
Big Data on AWS Tutorial | Edureka
Edureka!
 
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
PDF
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
PDF
Introduction to DevOps | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Edureka!
 

Recently uploaded (20)

PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 

Django Rest Framework | How to Create a RESTful API Using Django | Django Tutorial | Edureka

  • 1. Copyright © 2017, edureka and/or its affiliates. All rights reserved.
  • 2. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Agenda ✓ What is an API? ✓ Introduction to Rest Framework ✓ What is a REST API? ✓ Demo – Create a Restful API
  • 3. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Agenda What is an API? Demo – Create a RESTful Api What is REST API? Introduction to REST Framework 1 4 3 2
  • 4. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is an API?
  • 5. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is an API?  API refers to Application Programming Interface.  It is a set of subroutine definitions, protocols and tools for building application software.  It helps in connecting various software components.  An API make it easier for developers to use certain technologies in building applications by using certain predefined operations.
  • 6. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Introduction to REST Framework
  • 7. Copyright © 2017, edureka and/or its affiliates. All rights reserved. REST Framework ✓ It describes an architecture which stands for REpresentational State Transfer ✓ It is used for web based architecture for data communication. ✓ It uses HTTP to make calls between machines. The following HTTP methods are most commonly used in a REST based architecture: GET POSTDELETEPUT
  • 8. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is a REST API?  When Web services use REST architecture, they are called RESTful APIs or REST APIs.  A REST API is a set of web addresses that respond with pure information, not a formatted web page.  An Api returns a JSON, which is a common format. You'll see all of the information surrounded with quotation marks, {}, [] and descriptive titles for each bit of info.
  • 9. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Installation Now, let’s install Django REST Framework
  • 10. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Installation Rest framework can be installed on the system using Python’s package manager. ▪ You must have python and pip, python’s package manager installed beforehand ▪ Open the terminal and type the following command for Django installation. pip install djangorestframework
  • 11. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Installation INSTALLED_APPS = ( … ‘rest_framework’, ) Once its done, add ‘rest_framework’ to your INSTALLED_APPS setting.
  • 12. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Demo Now, let’s create your first RESTful Api in Django
  • 13. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Create a Project $ django-admin startproject myproject Open the terminal and navigate to the folder where the project is to be created. Myproject/ manage.py myproject/ __init__.py settings.py urls.py wsgi.py This will create a "myproject" folder with the following structure: 1 2
  • 14. Copyright © 2017, edureka and/or its affiliates. All rights reserved.