It's a twitter clone make using MERN stack using TypeScript in react app.
- User can like/unlike and comment on a Post.
- User can upload a tweet or picture.
- User can delete only his own Posts.
- User can receive Notification from others about like, follow, comment.
- User can see only his followers post and as see a suggestion User container.
- User can edit his own profile.
- User can see other Users like Posts in there profile.
- clone the repo
- npm install in root folder
- In backend folder , copy .env.example file to .env with your suitable credentails
- npm install in backend -> npm run start , starts the backend
- npm install in frontend -> npm run dev , starts the frontend
- visit localhost:3000