Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 334 Bytes

Test application

Requirements

NodeJS 16+

Installing dependencies

To install dependencies run npm install

Running application

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