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

sunguroku b6a5a99402 redirect to register from login 5 年 前
cmd 251b9ba6c8 complete authorization testing 5 年 前
dashboard b6a5a99402 redirect to register from login 5 年 前
docker 01ee288d31 Merge branch 'dev-environment' into login-integration 5 年 前
docs e6d32e9bb3 Update API.md 5 年 前
internal 943900a673 cookie secret 5 年 前
server 4570983c12 integrated login and register 5 年 前
.air.toml 4c246f59da test repository without sqlmock 5 年 前
.gitignore 943900a673 cookie secret 5 年 前
INT_TEST.md 2c05a00ead basic testing 5 年 前
README.md ef3f3705be dev environment setup 5 年 前
app 05a94f3c70 merge 5 年 前
docker-compose.dev.yaml ef3f3705be dev environment setup 5 年 前
docker-compose.yaml 01ee288d31 Merge branch 'dev-environment' into login-integration 5 年 前
go.mod 943900a673 cookie secret 5 年 前
go.sum 943900a673 cookie secret 5 年 前
test.yaml 7ecc5f09d7 initial boilerplate 5 年 前

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.