Skip to content

gnublet/calendar_app

Repository files navigation

Calendar App

A simple crud app for a calendar api.

CI

Setup

Copy .env.test as .env and customize your environment variables as desired, then choose your preferred method:

If you're using Kubernetes

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

About

Just a random calendar CRUD app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published