how to use
-
To start, please install: docker, docker-compose and go
-
'make up'on root folder run it will start test-task docker container with all requied dependencies. -
'make bash'to open container bash window -
localhost:3333to access go container from localhost -
make aws-cli foo barto execute the aws cli with parameters foo bar -
make aws-cli sqs list-queuesto access the sqs queue on aws localstack -
If you import dependencies to your go code, please use
make stopandmake upagain to automatically download them -
To access the sql server, use mysql:3306 as adress and Port.