justdice / go-test-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-test-task

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:3333 to access go container from localhost

  • make aws-cli foo bar to execute the aws cli with parameters foo bar

  • make aws-cli sqs list-queues to access the sqs queue on aws localstack

  • If you import dependencies to your go code, please use make stop and make up again to automatically download them

  • To access the sql server, use mysql:3306 as adress and Port.

About


Languages

Language:Makefile 56.5%Language:Shell 24.7%Language:Go 18.8%