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

Alexander Belanger 76449d9b33 Merge branch 'auth-testing' of https://github.com/porter-dev/porter into auth-testing il y a 5 ans
cmd 251b9ba6c8 complete authorization testing il y a 5 ans
dashboard 61d2d92bf3 fixed up client baseApi il y a 5 ans
docker 1a8846769e better docker compose setup with config il y a 5 ans
docs e6d32e9bb3 Update API.md il y a 5 ans
internal 62fc7bd050 redo api testing il y a 5 ans
server 251b9ba6c8 complete authorization testing il y a 5 ans
.air.toml 4c246f59da test repository without sqlmock il y a 5 ans
.gitignore 1a8846769e better docker compose setup with config il y a 5 ans
INT_TEST.md 2c05a00ead basic testing il y a 5 ans
README.md 92bb19ccc0 Update README.md il y a 5 ans
app 05a94f3c70 merge il y a 5 ans
docker-compose.yaml 4c246f59da test repository without sqlmock il y a 5 ans
go.mod ea1aca5af0 password hashing il y a 5 ans
go.sum ea1aca5af0 password hashing il y a 5 ans
test.yaml 7ecc5f09d7 initial boilerplate il y a 5 ans

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.