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

sunguroku 943900a673 cookie secret преди 5 години
cmd 251b9ba6c8 complete authorization testing преди 5 години
dashboard 943900a673 cookie secret преди 5 години
docker 943900a673 cookie secret преди 5 години
docs e6d32e9bb3 Update API.md преди 5 години
internal 943900a673 cookie secret преди 5 години
server 943900a673 cookie secret преди 5 години
.air.toml 4c246f59da test repository without sqlmock преди 5 години
.gitignore 943900a673 cookie secret преди 5 години
INT_TEST.md 2c05a00ead basic testing преди 5 години
README.md 92bb19ccc0 Update README.md преди 5 години
app 05a94f3c70 merge преди 5 години
docker-compose.yaml 943900a673 cookie secret преди 5 години
go.mod 943900a673 cookie secret преди 5 години
go.sum 943900a673 cookie secret преди 5 години
test.yaml 7ecc5f09d7 initial boilerplate преди 5 години

README.md

Porter

Boilerplate set up. Run:

docker-compose up

And then visit localhost:8080/user in the browser.

Testing

From the root folder, run go test ./... to run all tests and ensure the builds/tests pass.