Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 338 Bytes

Meonzi

prerequisite

  • docker, go, mysql, aws(or locally localstack)

Getting started

  docker-compose -f local.compose.yml  # using when in your local computer
  docker-compose up                    # using production remote server

Test

  go test ./... --count=1              # run all test without cache