Question
How to connect NodeJS on a droplet to postgres database on another droplet?
I followed the steps in this tutorial to set up nodeJS web server in ubuntu-18-04.
Now what I should take into account while following this tutorial to set up postgres on another droplet in order to be able to connect to it from the other droplet?