use this following command
git clone https://github.com/capstone-project-alterra-9/be-loyalty-point.git
docker-compose -f docker-compose.yml up
npm run main.go
go test -v -coverprofile=cover.out && go tool cover -html=cover.out
use this following command
git clone https://github.com/capstone-project-alterra-9/be-loyalty-point.git
docker-compose -f docker-compose.yml up
npm run main.go
go test -v -coverprofile=cover.out && go tool cover -html=cover.out