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

jusrhee aac02dfd55 cluster select integrated w/ extra edgecases há 5 anos atrás
cmd 1fbb01379a gorm migration issue há 5 anos atrás
dashboard aac02dfd55 cluster select integrated w/ extra edgecases há 5 anos atrás
docker 01ee288d31 Merge branch 'dev-environment' into login-integration há 5 anos atrás
docs 96aa054618 Update API.md há 5 anos atrás
internal b8d0d7f954 fixed update bug há 5 anos atrás
server a3b51d7a87 Merge branch 'frontend-boilerplate' into api-users-context há 5 anos atrás
.air.toml 4c246f59da test repository without sqlmock há 5 anos atrás
.gitignore b41fd7000c Merge branch 'master' into login-integration há 5 anos atrás
INT_TEST.md 2c05a00ead basic testing há 5 anos atrás
README.md ef3f3705be dev environment setup há 5 anos atrás
app 05a94f3c70 merge há 5 anos atrás
docker-compose.dev.yaml ef3f3705be dev environment setup há 5 anos atrás
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration há 5 anos atrás
go.mod 8ff3b832a0 list charts functionality tested há 5 anos atrás
go.sum 8ff3b832a0 list charts functionality tested há 5 anos atrás
test.yaml 7ecc5f09d7 initial boilerplate há 5 anos atrás

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.