Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 334 Bytes

bankroach

Simple CRUD application using CockroachDB and Go

Getting started

Run locally
docker compose up -d
make run
Kubernetes
helm repo add mmontes https://mmontes11.github.io/charts
helm install cockroachdb-operator mmontes/cockroachdb-operator 
helm install bankroach mmontes/bankroach