Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 733 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 733 Bytes

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.