Activities is an application stack composed of front-back-database to show the create-update-delete activities.
TL;DR
To spin-up your stack on http://localhost:8082/
Option 1: run the stack on Docker
docker-compose -f act.docker-compose.yml up --force-recreate --abort-on-container-exit --build
Inputs
Option 2: run the stack on K8S
helm upgrade -i act activities-stack --version 1.0.0 --repo https://pop-cloud.github.io/helm-charts -f act.helm-chart.values.yaml
Inputs
Build Up
To build the stack’s applications one by one.
Application 1: Database PostgreSQL
Application 2: Backend API
Application 3: Frontend Web