Skip to content

fiufit/trainings

Repository files navigation

App

trainings

Microservice for managing fiufit training plans

Fly Deploy

test Lint Go Code

codecov

Usage

With docker:

  • Edit .example-env with your own secret credentials and rename it to .env
  • docker build -t fiufit-trainings .
  • docker run -p PORT:PORT --env-file=.env fiufit-trainings

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published