Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 711 Bytes

Blog API

Create / Delete / Edit Blog Post

Generic View Implementation

Use Admin Page For Authentication

Url Routes

admin/           :- Admin Control and Auth
/                     :- Home Page List of Blog Post (GET)
create/           :- Create a Post (POST)
<slug> /        :- Post Slug to get DetailView (GET)
<slug>/del/   :- Delete the post of certain Slug (POST)
<slug>/edit/  :- Edit the post of certain slug (PUT)