GitDeployHub

amruthpillai/nestjs-starter

github.com/amruthpillai/nestjs-starter ↗
Node.js API
13 environment variables found in .env.example

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

  • PORT App
  • NODE_ENV
  • POSTGRES_HOST Database
  • POSTGRES_PORT
  • POSTGRES_USERNAME
  • POSTGRES_PASSWORD secret
  • POSTGRES_DATABASE
  • JWT_SECRET secret Auth
  • JWT_EXPIRY_TIME secret
  • MAIL_HOST Mail
  • MAIL_PORT
  • MAIL_USERNAME
  • MAIL_PASSWORD secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/amruthpillai/nestjs-starter
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/amruthpillai/nestjs-starter
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/amruthpillai/nestjs-starter
Or deploy to a different host
← Try another repo