Skip to content

justdice/go-test-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 56.5%
  • Shell 24.7%
  • Go 18.8%