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

Alexander Belanger 0db5bd0b1e set default to postgres 5 anos atrás
cmd 7ee14897b5 fix merge conflict 5 anos atrás
dashboard bce63f7c70 move quick start env variable 5 anos atrás
docker 0db5bd0b1e set default to postgres 5 anos atrás
docs 9789afdf13 quick fix docs 5 anos atrás
internal bce63f7c70 move quick start env variable 5 anos atrás
server 7ee14897b5 fix merge conflict 5 anos atrás
.air.toml 4c246f59da test repository without sqlmock 6 anos atrás
.gitignore 2a3d855527 no auth for single docker container option using sqlite 5 anos atrás
INT_TEST.md 2c05a00ead basic testing 6 anos atrás
README.md ef3f3705be dev environment setup 6 anos atrás
app 05a94f3c70 merge 6 anos atrás
docker-compose.dev.yaml ef3f3705be dev environment setup 6 anos atrás
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 6 anos atrás
go.mod f7bc41c83e Merge branch 'api-users-context' into single-container 5 anos atrás
go.sum 7ee14897b5 fix merge conflict 5 anos atrás
test.yaml 7ecc5f09d7 initial boilerplate 6 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.