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

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

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.