GitDeployHub

santiq/bulletproof-nodejs

github.com/santiq/bulletproof-nodejs ↗
Node.js API
8 environment variables found in .env.example

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

  • JWT_SECRET secret JSON web token (JWT) secret: this keeps our app's user authentication secure This secret should be a random 20-ish character string
  • JWT_ALGO secret
  • MONGODB_URI secret Mongo DB Local development
  • PORT Port
  • LOG_LEVEL Debug
  • MAILGUN_API_KEY secret
  • MAILGUN_USERNAME secret
  • MAILGUN_DOMAIN secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/santiq/bulletproof-nodejs
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/santiq/bulletproof-nodejs
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/santiq/bulletproof-nodejs
Or deploy to a different host
← Try another repo