finalProject

This project is an example for Microservice.

Run Project by Docker

docker-compose up

Test

  • cd ./cmd/test
  • go test

Run Project by makefile

GENERTE PROTO FILE

make

BUILD PROJECT

make build

RUN PROJECT

make start-server

STOP SERVER

make stop-server

WATCH LOG

make watch-logs