nodejs version 9.11.1
-
Node.js install
sudo apt-get update
sudo apt-get install nodejshttps://www.digitalocean.com/community/tutorials/node-js-ubuntu-16-04-ru
-
Npm install
sudo apt-get install npm
-
PostgreSQL install
https://www.digitalocean.com/community/tutorials/postgresql-ubuntu-16-04-ru
https://www.postgresql.org/download/windows/
To use an existing database role, you need to change the 'username' field in the "config / config.json file".
------------------
-
Install project
npm install
-
Start project
npm start