Skip to content

abdullah-mohammad/flashdrive

Repository files navigation

Watch the demo at https://youtu.be/GIM5irN4Ix0

Getting Started

Clone the project:

git clone https://github.com/dgonzo27/react-docker-gcp.git

Navigate into the directory:

cd react-docker-gcp

Install node modules:

npm install

Run the app locally:

npm start

Build the docker image:

docker build -t react-docker-gcp:latest .

Run the docker image:

docker run -p 8080:443 react-docker-gcp:latest

Navigate to the url in your browser:

http://localhost:8080

Manual Workflow for deployment to AKS

cd azure_devops

docker-compose up -d

docker-compose push

kubectl delete service backend --ignore-not-found=true

kubectl delete service frontend --ignore-not-found=true

kubectl delete deployment backend --ignore-not-found=true

kubectl delete deployment frontend --ignore-not-found=true

kubectl apply -f frontend.yaml

kubectl apply -f backend.yaml

kubectl apply -f ingress-resource.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •