Skip to content

BitMavrick/Django-RESTful-APIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Rest-Framework

My First Django API based project

The purpose:

  1. If we give command like that in url bar '/Tesla Model 3'
  2. it will show car name and its top speed in JSON format.
  3. You can perform CRUD operation in its database.