Documentation, docker-compose and helm charts for the full stingyvegan suite of services
https://github.com/stingyvegan/sv-api
StingyVegan exposes a REST API and WebSocket running node/express.
https://github.com/stingyvegan/user-client
StingyVegan's client uses React bootstrapped with create-react-app.
Helm charts are provided to run the entire stingyvegan application easily in kubernetes.
# Add repository
helm repo add stingyvegan-helm https://helm.stingyvegan.com.au
# Install application into the `stingyvegan` namespace using chart
helm install -n stingyvegan stingyvegan stingyvegan-app
# Uninstall
helm uninstall -n stingyvegan stingyvegan
# Install using local chart
helm install -n stingyvegan stingyvegan ./helm
# Uninstall
helm uninstall -n stingyvegan stingyvegan