# README
Project-Template
Overview
Go rest-api base, this includes:
Running the service
make serve
Running Unit Tests
make test
Linting
make lint
User Testing
curl 0.0.0.0:8080/api/v1/health/status
Swagger UI
Swagger ui will be exposed at:
0.0.0.0:8080/api/v1/swagger/docs/swaggerui/