Skip to content

This repository includes a full stack app to show a shopping cart implementation. This repo is created on a request at the interview.

Notifications You must be signed in to change notification settings

hcutcu/vf-apparel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VF-Apparel

VF-Apparel mono-repo includes the following technologies:

  • [node.js]
  • [Express]
  • [TypeScript]
  • [React]
  • [Redux]
  • [Axios]
  • [Bootstrap]
  • [Kubernetes]
  • [Skaffold]

Installation

VF-Apparel dockerized version requires docker and enabling Kubernetes, if it's not already.

k8

Install NGINX Ingress Controller.

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.3.0/deploy/static/provider/cloud/deploy.yaml

Install Skaffold. Skaffold deploys to your local Kubernetes cluster.

Clone the repository

gh repo clone hasancutcu/vf-apparel
cd vf-apparel

Run Skaffold to deploy to your local Kubernetes cluster and watch changes of the code. Make sure your current context is set to the cluster you want to deploy to. In this case it's the local cluster (docker-desktop).

skaffold dev

Usage

Go to http://localhost/

About

This repository includes a full stack app to show a shopping cart implementation. This repo is created on a request at the interview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published