Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 449 Bytes

blogAPI

django rest api

Its the backend for my blog application. The blog application's front is made using angular.

endpoints

1.get all blogs 2.get blog by name(filtering) 3.get first 10 blogs() 4.increment views for the visited blog 5.get the most viewed blog (most views, if same views then latest of them) 6.Search by tags 7.join result of 6 and 2 -- filter by tag and name 8.return image of author 9.return image of blog 10.get blog by id