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

Alexander Belanger 899e06ec67 remove required fields on update 5 anni fa
cmd 251b9ba6c8 complete authorization testing 5 anni fa
dashboard ef3f3705be dev environment setup 5 anni fa
docker ef3f3705be dev environment setup 5 anni fa
docs e6d32e9bb3 Update API.md 5 anni fa
internal 899e06ec67 remove required fields on update 5 anni fa
server 899e06ec67 remove required fields on update 5 anni fa
.air.toml 4c246f59da test repository without sqlmock 5 anni fa
.gitignore 1a8846769e better docker compose setup with config 5 anni fa
INT_TEST.md 2c05a00ead basic testing 5 anni fa
README.md ef3f3705be dev environment setup 5 anni fa
app 05a94f3c70 merge 5 anni fa
docker-compose.dev.yaml ef3f3705be dev environment setup 5 anni fa
docker-compose.yaml ef3f3705be dev environment setup 5 anni fa
go.mod ad338c62f7 initial helm list agent 5 anni fa
go.sum 899e06ec67 remove required fields on update 5 anni fa
test.yaml 7ecc5f09d7 initial boilerplate 5 anni fa

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.