priyanshisharma / rest-api-djangoblog

Repository from Github https://github.compriyanshisharma/rest-api-djangoblogRepository from Github https://github.compriyanshisharma/rest-api-djangoblog

rest-api-djangoblog

REST APIs have been created in a simple blog. The blog contains

  • Author
  • Title
  • Text

The following functions are performed

  • List
  • Update, Delete and Get Detail

Testing the APIs

Look into the API folder i.e. ../blog/api to have a deeper understanding, and go to

  • '/post' for Postlist
  • ../post/<post-id> for Post Detail
  • ../post/new to create
  • ../post/<post-id>/remove to delete
  • ../post/<post-id>/edit to update

About


Languages

Language:Python 100.0%