Skip to content

Deploying Backend Method #2

tks18 edited this page Dec 3, 2020 · 15 revisions

Deploying Backend - Method 1: Deploy the Backend Using Git and Heroku CLI Manually Deploying the Backend Server.

Install the Latest Nodejs Version:

Click Here to Download the Latest Nodejs Version.

Install Latest Git Version:

Click Here to Download the Latest Git Version.

Install Heroku CLI:

Install the Latest Heroku CLI Version by Clicking Below:

> brew tap heroku/brew && brew install heroku
  • For Linux:
> sudo snap install --classic heroku

(or)

> npm install -g heroku

Go Back
Automatic Deployment of Backend Method
Go to Next Page

Clone this wiki locally