This is a code sample for my article
I assume you have node, yarn/npm, postgres
First of all you have to download dependencies
npm i
Then check config in
nano .env
and start in watch mode
npm run start
or in production mode
npm run build
npm run prod
Otherwise you can use docker
docker-compose up --build
RPs are welcome