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

sunguroku 82ce364d9e Merge pull request #23 from porter-dev/frontend-boilerplate 5 years ago
cmd 251b9ba6c8 complete authorization testing 5 years ago
dashboard f64f9c4269 webpack .env support 5 years ago
docker 1a8846769e better docker compose setup with config 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 92bb19ccc0 Update README.md 5 years ago
app 05a94f3c70 merge 5 years ago
docker-compose.yaml 4c246f59da test repository without sqlmock 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

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.