Workspace and project management
- Default: 8084
# Install dependencies
go mod download
# Run locally
make run
# Run with hot reload
make dev
# Build Docker image
make docker-build
# Run tests
make testGET /health- Health checkGET /api/v1/info- Service information
PORT- Service port (default: 8084)LOG_LEVEL- Logging level (default: info)