Microservice for managing fiufit's users, admins and profiles
- Edit .example-env with your own secret credentials and rename it to .env
docker build -t fiufit-users .docker run -p PORT:PORT --env-file=.env fiufit-users
go mod tidy- set your environvent 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-users
- Swagger docs: https://fiufit-users.fly.dev/v1/docs/index.html
- Coverage report: https://app.codecov.io/github/fiufit/users
