This app is used as an example for kubernetes and Argo, to explore and document the posibilities.
The app just stores some random user information in a PostgreSQL database, exposes a frontend where it shows the information and an Json API to query and add some user data.
None of the information is stored, the postgresql pod is started without any volume.
NOTE: Most of the stuff done in the woekflow and kubernetes files are way overkilled for this simple App, but the idea is to have this as a personal reference on how we can archive some activities using Argo and Kubernetes.