Deploying a NestJS application with Heroku is an easy possibility to host your application. This tutorial is a step-by-step guide for deploying small (side) projects by using GitHub and the Heroku web app (without the CLI). I deployed my Animal Crossing GraphQL application this way.

Prerequisites

I assume that you already have:

  • npm installed
  • Node.js installed (version greater than 8)
  • a locally working NestJS application with a package.json
  • a Heroku account
  • a GitHub account

#graphql #frontend #heroku #web-development #nestjs

Deploying a NestJS app with Heroku
14.50 GEEK