mmontes11 / bankroach

Simple CRUD application using CockroachDB and Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Simple CRUD application using CockroachDB and Go

License:MIT License


Languages

Language:Go 82.8%Language:Makefile 14.4%Language:Dockerfile 2.7%