Kubernetes powered PaaS that runs in your own cloud. https://porter.run
|
|
vor 5 Jahren | |
|---|---|---|
| cmd | 7ee14897b5 fix merge conflict | vor 5 Jahren |
| dashboard | a85d96ce6c improved error handling on failed cluster connection + half-screenable components | vor 5 Jahren |
| docker | 0db5bd0b1e set default to postgres | vor 5 Jahren |
| docs | 41ddc77ce5 fix docs | vor 5 Jahren |
| internal | 224e6d678a clean up terminology | vor 5 Jahren |
| server | 224e6d678a clean up terminology | vor 5 Jahren |
| .air.toml | e71b846b93 ignore dashboard in air.toml | vor 5 Jahren |
| .gitignore | e00e0bbf39 gitignore yaml | vor 5 Jahren |
| README.md | ef3f3705be dev environment setup | vor 5 Jahren |
| app | 05a94f3c70 merge | vor 5 Jahren |
| docker-compose.dev.yaml | ef3f3705be dev environment setup | vor 5 Jahren |
| docker-compose.yaml | 01ee288d31 Merge branch 'dev-environment' into login-integration | vor 5 Jahren |
| go.mod | ed42672129 function for upgrade | vor 5 Jahren |
| go.sum | 224e6d678a clean up terminology | vor 5 Jahren |
For development:
docker-compose -f docker-compose.dev.yaml up --build
And then visit localhost:8080 in the browser.
From the root folder, run go test ./... to run all tests and ensure the builds/tests pass.