Getting started with NodeJS on Qovery

How to quickly deploy a NodeJS app on Qovery

This tutorial will have you deploying a NodeJS app in minutes.

Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.

Source Code

In the tutorial, we will use a sample application ready to be deployed on Qovery. To get the application source code, please fork this repository.

App Setup

In Qovery Console, choose or create your project and environment. Then, add a new application:

NodeJS

In Git Repository, pick the forked application source code repository.

In the Port section type 3000.

That's it, create!

Env Vars

The last step is to add a PORT environment variable. To do so, navigate to your application and add a new PORT variable with value 3000:

NodeJS

Deploy

It's all ready. In your application's screen click on Actions and Deploy your application.

NodeJS

Logs

To see the progress of your deployment and the output of your application, click on Show Logs button. You can navigate between build/deployment logs as well as your application runtime logs.

NodeJS

Push Changes

Now, anytime you push new changes to your repository, Qovery will automatically update your application with the latest code!