$ docker-compose up -d --buildand migrate database
$ cd parking/migration
$ ./migrate.sh$ cd discount/migration
$ ./migrate.sh$ docker-compose restart parking discountusing cotton
run test all service
$ go test -v -cover ./...run test specific service not like a boss
$ go test -v -cover ./${service.Name}/...hello