piyushgarg-dev / vercel-clone

Vercel Clone From Scratch 🚀
https://youtu.be/0A_JpLYG7hM
169 stars 69 forks source link
nodejs vercel vercel-clone vercel-deployment

Vercel Clone

YouTube Video Link: https://youtu.be/0A_JpLYG7hM

Whiteboard Diagram: https://app.eraser.io/workspace/0f8XnDF61iGcatypPqIR?origin=share

Prerequisite

Setup Guide

This Project contains following services and folders:

Local Setup

  1. Run npm install in all the 3 services i.e. api-server, build-server and s3-reverse-proxy
  2. Docker build the build-server and push the image to AWS ECR.
  3. Setup the api-server by providing all the required config such as TASK ARN and CLUSTER arn.
  4. Run node index.js in api-server and s3-reverse-proxy

At this point following services would be up and running:

S.No Service PORT
1 api-server :9000
2 socket.io-server :9002
3 s3-reverse-proxy :8000

Demo

Watch The Demo Video

Architecture

Vercel Clone Architecture