
React + Node + MongoDB Blog Post
This is a Blog post I created to add any post with/without an image and it has login and logout features which gives logged in users only the ability to write or modify posts.
It has authentication as well as authorization feature so that a user can only delete or modify his own post and it gets updated immediately on MongoDB.
It has the ability to update or upload the user profile picture, username, and the password and then they get stored on MongoDB.
If you're not logged in, then you would be only allowed to read posts and see the post creator, but if you tried to write without logging in you will be redirected tot he login page.
It has the ability to filter posts by username, when you display a post and click on the username then you will be able to see all posts related to that user.
Technologies:
- - React
- - Nodejs
- - MongoDB