Skip to content

preetsshah/django-rest-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-rest-framework

Complete source code for Django Rest Framework which implements basic CRUD functionality in a blog API.

Local Setup

$ 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.

Blog list view

Blog detail view

About

Blog API with Django Rest Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages