Nodejs merge service

Installation

# inside the root directory
$ npm i

Running

Development mode

$ npm run dev

Production mode

$ npm start

Then open your browser at http://localhost:3000

Tests

$ npm test