Instagram clone MVP using MERN Full stack approach
- node.js & npm
npm install -g npm@latest
- React.ts
cd server
npm install
cd ../client
npm install
Go to https://clonestagram-front.vercel.app/
Server
cd server
npm start // or yarn start
Client
cd client
npm start // or yarn start
- Authentication (register, login, jwt)
- Post a image with a description
- Like and comment posts
- Search and follow other users
- Chat with users
- Infinite scroll
- Websocket
- Vercel






