Skip to content

This is the Backend server of a Blog App. I implemented The MVC structure to build this app. Here I implemented following feature - a. JWT authentication, b. Server side authentiacation with Secure Cookie, c. Only the Blog writer can update or delete their own blog post. d. Only authentication user can comment or write blog. e. Password Hash for…

Notifications You must be signed in to change notification settings

ishtiak-ahmed/ISHTIAK-SAYBURGH-BACKEND-TASK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is the Backend server of a Blog App. I implemented The MVC structure to build this app. Here I implemented following feature - a. JWT authentication, b. Server side authentiacation with Secure Cookie, c. Only the Blog writer can update or delete their own blog post. d. Only authentication user can comment or write blog. e. Password Hash for…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published