Skip to content

RapidDeploy is a deployment service that deploy React applications on cloud using AWS and Running React apps at scale.

Notifications You must be signed in to change notification settings

Akash1000x/RapidDeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RapidDeploy

RapidDeploy is a deployment service that makes it easy to deploy React applications on AWS ECS Docker containers. It automates the setup, build, and deployment processes, and includes log streaming. This service simplifies deploying and running React apps at scale using good system design practices.

RapidDeploy.mp4

Features

  • Automatically deploys React applications to AWS ECS Docker containers
  • Clones GitHub repositories, installs dependencies, and sets up environment variables
  • Builds the application and uploads it to an S3 bucket
  • Serves the website from S3 to a local host URL using proper DNS and reverse proxy.

Technologies used

Service Technologies used
Client Website Next.js, Socket.io, Shadcn-ui, Radix-ui
Build Server Docker, AWS-ECS,ECR,S3 Bucket, Redis
API Server Node.js, Express.js, Socket.io, Redis, aws-sdk
Reverse Proxy Node.js, Express.js, http-proxy, AWS-S3 Bucket

Setup

  1. Clone the repository:
git clone https://github.com/Akash1000x/RapidDeploy.git
cd RapidDeploy
  1. Go to individual services and install the dependencies by using
npm install
  1. For Build Server Build the docker image, and upload it to AWS-ECR(Amazon Elastic Container Registry).

  2. Make cluster group at AWS-ECS service and task definations and add the necessory keys to the respective env files of api_server and proxy service.

  3. Run the services.

  • Run Api server : cd api-server && node index.js

  • Run Proxy service : cd s3-reverse-proxy && node index.js

  • Run frontend : cd frontend && npm run dev

  1. Go to localhost:3000 and add a git repo url.

  2. Wait for the project to be built and then click the generated url.

Support

If you have any questions or need assistance, please contact me at https://akashkumawat.vercel.app/

Contributing

Feel free to contribute to the project. If you have suggestions or find any issues, please open an issue.

About

RapidDeploy is a deployment service that deploy React applications on cloud using AWS and Running React apps at scale.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published