implement CICD pipeline for the web applications
There needs to exist a pipeline to
- build the react app
- build a node container that runs the backend and contains the built react app
- push this container as image to registy
- deploy to kubernetes
There needs to exist a pipeline to