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

Alexander Belanger 060551fd75 remove extra int file 5 éve
cmd 7ee14897b5 fix merge conflict 6 éve
dashboard a85d96ce6c improved error handling on failed cluster connection + half-screenable components 5 éve
docker 0db5bd0b1e set default to postgres 6 éve
docs 41ddc77ce5 fix docs 5 éve
internal 224e6d678a clean up terminology 5 éve
server 224e6d678a clean up terminology 5 éve
.air.toml e71b846b93 ignore dashboard in air.toml 6 éve
.gitignore e00e0bbf39 gitignore yaml 6 éve
README.md ef3f3705be dev environment setup 6 éve
app 05a94f3c70 merge 6 éve
docker-compose.dev.yaml ef3f3705be dev environment setup 6 éve
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 6 éve
go.mod ed42672129 function for upgrade 5 éve
go.sum 224e6d678a clean up terminology 5 éve

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.