This is a project has been written in MERN stack.
- Frontend :-
- React Js
- Websocket
- Material UI
- Backend :-
- Express Js
- Websocket
- Database :-
- Mongo DB
- Username and Password
- Login with Google
- Forgot Password
- User will get link via Mail
- SignUp
- Logout
- Create a blog
- Edit a blog
- Delete a blog
- Share a blog anywhere
- Like and dislike blog
- Comment on blog
- CRUD opration
- Follow user
- Following information
- Get info about another user's followers,following data
- Search a blog by ...
- title
- tag
- Search a user
Note: this is a one-way operation. Once you eject
, you can't go back!
- Get notifed if someone:-
- Follow you
- Liked your blog
- Commented on your blog
- Dark & light theme
User can swith accordingly thier interest. It'll be saved.
- Chat with user
- Send & receive message
- Status of message whether user has seen??
- go to frontend folder
- Then
npm start
- Then
- go to backend folder
- Then
npm start
- Then