A simple crud app for a calendar api.
Copy .env.test as .env and customize your environment variables as desired, then choose your preferred method:
Assuming you have Kubernetes installed
Install CloudNativePG which supports the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture:
kubectl apply --server-side -f \
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.0.yaml
Install Atlas for kubernetes based database migrations
helm install atlas-operator oci://ghcr.io/ariga/charts/atlas-operator
