Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.34 KB

File metadata and controls

33 lines (24 loc) · 1.34 KB

App

users

Microservice for managing fiufit's users, admins and profiles

codecov test Lint Go Code Fly Deploy

Usage

With docker:

  • 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

Natively:

  • go mod tidy
  • set your environvent variables to imitate the .env-example
  • go run main.go or go build and run the executable

Running tests:

  • go test ./...

Links