Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 782 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 782 Bytes

Description

API to convert integers into Roman Numerals. Contains test suites, logging via Winston, and telemetry (tracing, metrics) via Open Telemetry.

Installation

$ npm install

Running the app

# start
$ npm run start:debug

Running the app using docker-compose

$ docker compose up --build

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Linting

 #run linting
 $ npm run lint

Telemetry

Telemetry can be accessed through the following URLs when running from docker-compose:

License

GNU licensed.