Started rest API with clean architecture monorepo golang
Table of Contents
- copy environment by services
cp .env.example .env
- sync go modules
go mod tidy
- Run
sh run-service.sh service-name
- Build for all services
docker-compose build
- Run docker
docker-compose up -d
- See docker running
docker ps
Service Name | Port HTTP | Port RPC |
---|---|---|
auth | 8083 | 9083 |
user | 8084 | 9084 |