Kubernetes powered PaaS that runs in your own cloud. https://porter.run

jusrhee d4e85db063 frontend-graph 5 lat temu
cmd 7ee14897b5 fix merge conflict 5 lat temu
dashboard d4e85db063 frontend-graph 5 lat temu
docker 7cd0cdd41d fixed namespace bug 5 lat temu
docs 7a6e922646 fixed api docs mixup 5 lat temu
internal da9f8c90a8 update helm package tests 5 lat temu
server 81031e47d0 added errors to docs 5 lat temu
.air.toml e71b846b93 ignore dashboard in air.toml 5 lat temu
.gitignore e00e0bbf39 gitignore yaml 5 lat temu
README.md ef3f3705be dev environment setup 5 lat temu
app 05a94f3c70 merge 5 lat temu
docker-compose.dev.yaml 41a6969a7e updated docker compose dev 5 lat temu
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 5 lat temu
go.mod ed42672129 function for upgrade 5 lat temu
go.sum da9f8c90a8 update helm package tests 5 lat temu

README.md

Porter

For development:

docker-compose -f docker-compose.dev.yaml up --build

And then visit localhost:8080 in the browser.

Testing

From the root folder, run go test ./... to run all tests and ensure the builds/tests pass.