Full-stack twitter clone using MERN stack, tanstack query (react query), tailwind css & cloudinary. I made this project to practice tanstack query and it turned out to be great!
https://x.com/53Priyanshu/status/1815385964036124695
P.S.: I had deployed it on render.com, but as it's a clone, my deployment was suspended by render, now I can't deploy it on any other platform as well as it'd be a trademark violation and will eventually get me banned on that platform.
Clone the project
git clone https://github.com/Priyanshu-Ganatra/X-clone.gitInstall dependencies (first in the root directory for backend/server)
npm iThen go to the frontend directory
cd frontendInstall dependencies for the frontend
npm iStart the frontend dev server
npm run devGo back to the root directory
cd ..Now start the backend dev server
npm run devThat's it you're done with the setup, now just go and try out the project, Thank you.