Geeks

wsvincent/django-rest-framework-tutorial

Blog API with Django Rest Framework.

Primary LanguagePython

  • django-rest-framework-tutorial Home Page
  • django-rest-framework-tutorial GitHub
  • MarkdownReadme
  • 0Issues
  • 12Stargazers
  • 3Watchers

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

Local Setup

$ git clone  https://github.com/wsvincent/django-rest-framework-tutorial.git
$ cd django-rest-framework-tutorial
$ 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

Topics

crud-applicationdjango-rest-frameworktutorial

Share to

Contact site admin: Geeks.