Complete source code for Django Rest Framework which implements basic CRUD functionality in a blog API.
$ git clone https://github.com/preetsshah/django-rest-framework.git
$ cd django-rest-framework
$ pipenv install
$ pipenv shell
(api) $ ./manage.py runserver
Navigate to the list view at http://127.0.0.1:8000/api/ and detail view at http://127.0.0.1:8000/api/1.