Usage
Run via docker:
To run app and it's dependencies in docker, use next command:
task -d scripts docker_prod -v
Run via source files:
To run application via source files, use next commands:
go run ./cmd/hmtmbff/main.go
GraphQL
Base files generation:
task -d scripts graphql_generate -v
Linters
task -d scripts linters -v
Tests
To run test use next commands. Coverage info will be
recorded to tests/coverage
folder:
task -d scripts tests -v