To run the application locally, run:
make package
make run-packageThis will start a local SpringBoot instance
For this too work you will need MongoDB running, to do so run:
make setup-mongoNOTE Need to have Docker with Kubernetes running to have MongoDB started
To have the Vault application running in kubernetes run:
make build