Vercle-clone allows users to input a GitHub repository URL, deploy the repository, and view deployment logs in real-time via WebSocket communication. Teck stack used : Nodejs, Docker, React app, Aws ECS, Aws ECR, AWs S3, AWs Lamda , redis.
steps to setup in local
cd api npm install npm start
cd ..
cd s3ReverseProxy npm install npmstart
cd .. vercel-clone-ui npm install npm run dev
browse to http://localhost:5173/
