Search⌘ K
AI Features

Deployment Setup for GraphQL Application

Discover how to deploy a Go-based GraphQL backend application on Heroku. This lesson guides you through setting up the Heroku CLI, creating a Heroku app, configuring git, and pushing your code to successfully run your application online.

We'll cover the following...

Deployment with Heroku

In this lesson, we install the heroku-cli application in the terminal below. The application that is deployed is a simple GraphQL application. Click the “Run” button to open the terminal.

Note: Before deploying the application to Heroku, make sure to create a new ...