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

abelanger5 92bb19ccc0 Update README.md 5 vuotta sitten
cmd 62fc7bd050 redo api testing 5 vuotta sitten
dashboard 61d2d92bf3 fixed up client baseApi 5 vuotta sitten
docker 1a8846769e better docker compose setup with config 5 vuotta sitten
docs e6d32e9bb3 Update API.md 5 vuotta sitten
internal 62fc7bd050 redo api testing 5 vuotta sitten
server 62fc7bd050 redo api testing 5 vuotta sitten
.air.toml 4c246f59da test repository without sqlmock 5 vuotta sitten
.gitignore 1a8846769e better docker compose setup with config 5 vuotta sitten
INT_TEST.md 2c05a00ead basic testing 5 vuotta sitten
README.md 92bb19ccc0 Update README.md 5 vuotta sitten
app 05a94f3c70 merge 5 vuotta sitten
docker-compose.yaml 4c246f59da test repository without sqlmock 5 vuotta sitten
go.mod ea1aca5af0 password hashing 5 vuotta sitten
go.sum ea1aca5af0 password hashing 5 vuotta sitten
test.yaml 7ecc5f09d7 initial boilerplate 5 vuotta sitten

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.