Skip to content

Cloud hosting solution for deploying react projects just like vercel

Notifications You must be signed in to change notification settings

mukul7661/Cloud-deployment-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud deployment Application

It is a cloud hosting solution for deploying react projects just like vercel.

diagram-export-11-05-2024-23_44_13

Installation

git clone https://github.com/mukul7661/Cloud-deployment-application
cd Cloud-deployment-application

cd api-server
npm install
npm run dev

cd ../frontend-nextjs
npm install
npm run dev

cd ../s3-reverse-proxy
npm install
npm run dev

To do list

  • Git hooks for automati deployments on any commit or PR to main branch.
  • Production and preview environments.
  • Instant Rollback feature in deployments.
  • Custom configuration options.

About

Cloud hosting solution for deploying react projects just like vercel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published