Skip to content

vishnusureshperumbavoor/react_redux_ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSP Photo prints

Prerequisits

  • NodeJS

Technologies

  • ReactJS
  • Redux

Features

How to set up

Clone the repo & Open terminal

npm install
npm start

Now you can use the application at localhost:3000

Push to dockerhub

docker build -t vishnusureshperumbavoor2/redux_ecommerce .
docker tag vishnusureshperumbavoor2/redux_ecommerce vishnusureshperumbavoor2/redux_ecommerce:latest
docker push vishnusureshperumbavoor2/redux_ecommerce:latest

Kubernetes

minikube start
kubectl apply -f deployment.yaml
kubectl apply -f service.yaml
minikube service redux-ecommerce-service

Pull from Docker Hub

docker pull vishnusureshperumbavoor2/redux_ecommerce
docker run -d -p 3000:3000 vishnusureshperumbavoor2/redux_ecommerce

Contact

For any inquiries or feedback, contact Vishnu Suresh Perumbavoor at

LinkedIn github GMail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published