In this repository there are several binaries :
Binary Name | Main File | Description | Dev run command |
---|---|---|---|
clean-arch-grpc | cmd/grpc/main.go | Expose GRPC server for | make run-grpc |
export POSTGRES_ADMIN_MASTER_ADDRESS=postgres://user:root@localhost:8000/demo?sslmode=disable
$ docker-compose up
- Clone this repo
- Export Environment Variable Locally
- Install all dependency
go mod tidy
- Try run Application Restful API with
make run
and access http://localhost:8080