NodeJS 16+
To install dependencies run npm install
By default application is listening on 3000 port, but it can be changed to different via environment variable LISTEN_PORT
To run application, execute npm run start
or node src/app.js
NodeJS 16+
To install dependencies run npm install
By default application is listening on 3000 port, but it can be changed to different via environment variable LISTEN_PORT
To run application, execute npm run start
or node src/app.js