GitDeployHub

programminghero1/fitness-tracking-claude

github.com/programminghero1/fitness-tracking-claude ↗
Node.js API
15 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • MONGODB_URI secret apps/api/.env
  • MONGODB_DB_NAME
  • PORT
  • BETTER_AUTH_SECRET secret
  • BETTER_AUTH_URL
  • PLATFORM_ADMIN_EMAIL
  • PLATFORM_ADMIN_PASSWORD secret
  • PLATFORM_ADMIN_NAME
  • STRIPE_SECRET_KEY secret
  • STRIPE_WEBHOOK_SECRET secret
  • STRIPE_PRICE_ID_BASIC secret
  • STRIPE_PRICE_ID_PRO secret
  • APP_BASE_URL
  • NEXT_PUBLIC_API_URL apps/web/.env.local
  • API_PROXY_TARGET
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/programminghero1/fitness-tracking-claude
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/programminghero1/fitness-tracking-claude
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/programminghero1/fitness-tracking-claude
Or deploy to a different host
← Try another repo