Simple IOT based Farm management system using CQRS pattern. (Domain Driven Design)
get ready to compile .proto files
make docker-build
compile .proto files
make all-by-docker
compile go files
make farm
./farm serve
./farm migrate
./farm create farm {farm_name} {production}
./farm create user {username} {password} {farm_id} {first_name} {last_name} {phone} {email}