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

sunguroku f98a2ab201 Merge pull request #25 from porter-dev/dev-environment 5 years ago
cmd 251b9ba6c8 complete authorization testing 5 years ago
dashboard ef3f3705be dev environment setup 5 years ago
docker ef3f3705be dev environment setup 5 years ago
docs e6d32e9bb3 Update API.md 5 years ago
internal 62fc7bd050 redo api testing 5 years ago
server 251b9ba6c8 complete authorization testing 5 years ago
.air.toml 4c246f59da test repository without sqlmock 5 years ago
.gitignore 1a8846769e better docker compose setup with config 5 years ago
INT_TEST.md 2c05a00ead basic testing 5 years ago
README.md ef3f3705be dev environment setup 5 years ago
app 05a94f3c70 merge 5 years ago
docker-compose.dev.yaml ef3f3705be dev environment setup 5 years ago
docker-compose.yaml ef3f3705be dev environment setup 5 years ago
go.mod ea1aca5af0 password hashing 5 years ago
go.sum ea1aca5af0 password hashing 5 years ago
test.yaml 7ecc5f09d7 initial boilerplate 5 years ago

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.