Base web service project in Go, currently aiming for basic http api implementation.
End goal is to have a single project that could be run using either gRPC or REST api.
- Go v1.16
- make
Service:
API_PORT
: 80LOG_LEVEL
: info
Docker:
DOCKER_REPO
: user/repo
Only need to clone the repo and run
make
Or run with Docker, you have to set the Docker env vars.
make run-docker