Quick Start
NodeJS Server
Setup Prerequisites

Setup Prerequisites

Install NodeJS

Download and install the latest stable version of NodeJS from the official website (opens in a new tab)

Install Yarn

Download and install the latest version of Yarn from the official website (opens in a new tab)

Install Docker

Download and install the latest version of Docker from the official website (opens in a new tab)

Install PostgreSQL

Download and install the latest version of PostgreSQL from the official website (opens in a new tab)

(Optional) Install a PostgreSQL GUI client

You have multiple options:

Install the necessary dependencies

In order to install the necessary dependencies, you need to open a terminal inside the root directory of the project and run the following command:

yarn install