/lemon-energy-test

Analyze the information available in the consumption history and tariff modes to define prospect eligibility

Primary LanguageTypeScript

eligibility-api

Analyze the information available in the consumption history and tariff modes to define prospect eligibility

Docs

Run the app then go to /docs

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Running the app (with docker-compose)

docker-compose up

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov