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

sunguroku b1c59defd0 quickstart flag with one container před 6 roky
cmd b1c59defd0 quickstart flag with one container před 6 roky
dashboard f7bc41c83e Merge branch 'api-users-context' into single-container před 6 roky
docker b1c59defd0 quickstart flag with one container před 6 roky
docs 96aa054618 Update API.md před 6 roky
internal b1c59defd0 quickstart flag with one container před 6 roky
server f7bc41c83e Merge branch 'api-users-context' into single-container před 6 roky
.air.toml 4c246f59da test repository without sqlmock před 6 roky
.gitignore 2a3d855527 no auth for single docker container option using sqlite před 6 roky
INT_TEST.md 2c05a00ead basic testing před 6 roky
README.md ef3f3705be dev environment setup před 6 roky
app 05a94f3c70 merge před 6 roky
docker-compose.dev.yaml b1c59defd0 quickstart flag with one container před 6 roky
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration před 6 roky
go.mod f7bc41c83e Merge branch 'api-users-context' into single-container před 6 roky
go.sum f7bc41c83e Merge branch 'api-users-context' into single-container před 6 roky
test.yaml 7ecc5f09d7 initial boilerplate před 6 roky

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.