Todo

Table Design

Development

  1. Copy your .env from .env.example
  2. Launch Mysql docker-compose up -d

Test

make test

Lint + golangci-lint + Test

make check

Build

make build