This is a full stack Threads app made with Mongo DB, Express Js, React Js & Node Js (MERN).
https://www.linkedin.com/feed/update/urn:li:activity:7143299299903176706/
- Light/dark mode toggle
- Live updates
- Create Posts with images or text only
- Like/Unlike feature
- Comment feature
- Follow/Unfollow feature
- Personal Message with Photos
- Profile create, edit, profilePic etc.
To setup this project run this line in your code editor terminal open two terminals
cd frontend
cd backend
To install packages run this on both terminal
npm install
To start this on local server run this on both terminal
npm run dev