Run the application.

In each service, install the dependencies:

    npm install &&
    cp .env.dist .env

Modify the .env files in the necessary services.

Then, start the services:

    npm run start