https://github.com/quintuslabs/django-rest-framework
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
https://github.com/quintuslabs/django-rest-framework
django django-rest-framework python rest-api
Last synced: about 2 months ago
JSON representation
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
- Host: GitHub
- URL: https://github.com/quintuslabs/django-rest-framework
- Owner: quintuslabs
- Created: 2019-01-09T09:58:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T05:15:52.000Z (over 7 years ago)
- Last Synced: 2025-05-31T20:48:45.941Z (about 1 year ago)
- Topics: django, django-rest-framework, python, rest-api
- Language: Python
- Size: 538 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Rest-Framework
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
In this project i have build the API for a employee app featuring CRUD (Create-Read-Update-Delete) functionality with Django Rest Framework.
step-1 : make a environment and install djangorestframework==3.9.1
step-2 : python manage.py makemigrations
step-3 : python manage.py migrate
step-4 : python manage.py createsuperuser
step-5 : python manage.py runserver
screen:



