ishtiak-ahmed / blog-server

This is a Blog Application with Node, Express, MongoDB and React. Here I created a User Login and Register system with Node and MongoDB. User have two role with different permission. The blogger user can post new blog, update and delete their blog. They also can turn off commenting on their post. They can also mark a comment as feature or report it as spam. The commenter can comment on a post, upvote or downvote blog post and comment. The commenter will be banned if the get 2 spam reports.

Home Page:https://felicity-blog.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Felicity Blog

Key Feature -

* Blogger Registration
* Commentor Registration
* API token

Role -

* Bloger -
[ ] Can post new blog
[ ] Update, delete old blog
[ ] Read other bloggers blog
[ ] Can't update delete others blog
[ ] Can mark unmark a commentator as spammer
[ ] Can delete all comments of a blog post
[ ] Can stop comment of a post
[ ] Can schedule turn off commenting
[ ] Can mark their post commentor as Feature/top commentor
[ ] Can up vote / down vote of a post and comment

* Commentator-
[ ] Can comment on post
[ ] Can create update and delete their comment
[ ] Can read blog post and other commentor comment
[ ] Can't delete update other commentor comment
[ ] Can up vote / down vote post and comment

* Additional Feature -
[ ] Comment reply nested to 3 reply
[ ] Blog post and comment should sorted by time
[ ] Blog post and comment should have pagination

Work Strategy -

* Build the frontend
    * Components Structure -
        * Login Page
        * public profile page
        * Blog Page
            * New Blog
            * Blog Component
            * Title, Author, Time
            * Feature Image
            * Content
            * Upvote/downvote
            * Comment
                * New Comment
                * Old Comment

Plan

[x] Register and login page
[x] Private Secured route
[x] New Blog
[x] Show blog
[ ] New Comment
[ ] Show comment
[ ] User permission
[ ] Update blog
[ ] Delete Blog
[ ] Update comment
[ ] delete comment
[ ] upvote downvote
## Blog Application

Work Plan -

[x] Create New Blog
[x] Show Short Blog
[x] Show Full Blog
[x] Show Nesting Comment
[x] Create New Comment
[x] Connect comment to parent
[x] Show Up Vote
[x] Show Down Vote
[x] User Registration
[x] Edit blog done
[x] Delete Blog
[x] Turn On/Off reply of a specific post
[x] Delete all comment of a post
[x] Edit Comment
[x] Delete Comment
[ ] mark as spamm
[ ] schedule comment turn off
[ ] Feature comment
[ ] banned spammer from app

About

This is a Blog Application with Node, Express, MongoDB and React. Here I created a User Login and Register system with Node and MongoDB. User have two role with different permission. The blogger user can post new blog, update and delete their blog. They also can turn off commenting on their post. They can also mark a comment as feature or report it as spam. The commenter can comment on a post, upvote or downvote blog post and comment. The commenter will be banned if the get 2 spam reports.

https://felicity-blog.web.app


Languages

Language:JavaScript 100.0%