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

Alexander Belanger 6ffd7758aa added omitempty to update user form há 5 anos atrás
cmd 251b9ba6c8 complete authorization testing há 5 anos atrás
dashboard ef3f3705be dev environment setup há 5 anos atrás
docker ef3f3705be dev environment setup há 5 anos atrás
docs e6d32e9bb3 Update API.md há 5 anos atrás
internal 6ffd7758aa added omitempty to update user form há 5 anos atrás
server 899e06ec67 remove required fields on update há 5 anos atrás
.air.toml 4c246f59da test repository without sqlmock há 5 anos atrás
.gitignore 1a8846769e better docker compose setup with config 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 ef3f3705be dev environment setup há 5 anos atrás
go.mod ad338c62f7 initial helm list agent há 5 anos atrás
go.sum 899e06ec67 remove required fields on update 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.