Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 328 Bytes

Sayburgh Blog App

Task Left

[x] Add New Post
[x] Register new user
[x] Login User
[x] JWT verification with cookies
[x] Update post only by Author
[x] Delete Post only by Author
[x] Get All posts
[x] Get single Post
[x] Fixed duplicate indexing for new post
[x] Add Comment Method