Heroku

  • app movies-to-amazon-offers
    • Heroku dashboard
    • Swagger UI
    • Point nécessaire pour nestjs
      • ajout des Config Vars sur Heroku
        • KEY
        • LOG_LEVEL
        • MONGO
        • NODE_ENV: production
        • NPM_CONFIG_PRODUCTION: false
      • package.json
        • "start": "nest start -p $PORT",
      • Procfile
        • web: npm run start:prod

Children
  1. Procfile

Backlinks