Contains the code for the control plane
To run binary run go run .
in the cmd/control-plane
folder
To run migrations we use https://github.com/golang-migrate/migrate . In order to run migrations,
Contains the code for the client
To run binary run go run .
in the cmd/client
folder