This is MERN Stack Social Media Application for posting blogs by creating your own user account.
Technologies used React JS, Node JS, Express JS, MongoDB, Material UI
Click to watch output on youtube
Features:
- User Signup, login with form validation
- Blog posting with title,image,description
- can see the profile of each bloggers
- profile contains no of blogs, followers, following, total likes, also blog posts
- can see who's following and followers
- can edit profile name and add about me
- can like and unlike each posts and can see who liked the posts
- Can update and delete the blogs
- Can see blogs of all users
- In backend established relationship between two collections in MongoDB
- Used Redux, Redux Toolkit for states management
- Axios used for api requests in front end
- Responsive web application