Test task.
To run the application, the latest LTS version of Node.js and Docker are needed.
To install project dependencies, please use:
npm ci
npm run start:prod
— run application in production mode locallynpm start
— run application in development mode with watch mode locallynpm test
— run unit tests