Metrics microservice for serving backoffice data visualization
- Edit .example-env with your own secret credentials and rename it to .env
docker build -t fiufit-metrics .docker run -p PORT:PORT --env-file=.env fiufit-metrics
go mod tidy- set your environment variables to imitate the .env-example
go run main.goorgo buildand run the executable
go test ./...
- Fly.io deploy dashboard: https://fly.io/apps/fiufit-metrics
- Swagger docs: https://fiufit-metrics.fly.dev/v1/docs/index.html
- Coverage report: https://app.codecov.io/github/fiufit/metrics
