Skip to content

🌐 Simplify your deployment process with deployfor.me! Submit your GitHub repository URL and desired domain, and let our system handle the rest. We'll spin up a Docker container, clone your repository, build your React project, and push the built files to Azure storage πŸš€

Notifications You must be signed in to change notification settings

Patel-Muhammad/vercel-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vercel/Netlify Clone 🌐

Overview

This project aims to provide a simplified version of Vercel or Netlify, allowing users to submit their GitHub repository URLs for React projects along with the desired domain. The system will then hit an API server, which will spin up a Docker container from the image already uploaded to Azure Container Repository. The Docker container will clone the repository, perform npm install, and npm run build. Finally, the built files will be pushed to a storage bucket in Azure.

How It Works

  1. User Submission: Users submit their GitHub repository URLs for React projects along with the desired domain via the provided interface.
  2. API Server: Upon submission, the system hits the API server with the provided information.
  3. Docker Container: The API server spins up a Docker container from the image already uploaded to Azure Container Repository.
  4. Cloning Repository: The Docker container clones the specified GitHub repository.
  5. Building: The Docker container performs npm install and npm run build to generate the build files.
  6. Storage: Finally, the built files are pushed to a storage bucket in Azure.
  7. Reverse proxy server: Now when the user will hit the server with "subdomain.deployfor.me", then the reverse proxy server will serve the respective build/static files from the storage bucket.

Architecture

Screenshot 2024-02-15 at 9 20 06β€―AM

About

🌐 Simplify your deployment process with deployfor.me! Submit your GitHub repository URL and desired domain, and let our system handle the rest. We'll spin up a Docker container, clone your repository, build your React project, and push the built files to Azure storage πŸš€

Topics

Resources

Stars

Watchers

Forks