Tim Robinson: Adobe coding exercise repository to convert integers into Roman Numerals.
$ npm install
# development
$ npm run start:debug
# production
$ npm run start:prod
# development
$ docker compose up dev
# production
$ docker compose up prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Included in the ./deployment/helm folder is a helm chart that can be used to deploy this api with minimal updates.
The following endpoints are provided specifically to aid in kubernetes deployments:
- /k8s/startup
- /k8s/liveness
- /k8s/readiness
- Author - Tim Robinson