Description

This service is created for getting flights

Installation

$ nvm use
$ npm install

Running the app

# development
$ npm run start

Go to http://localhost:3000/flights to see the flights

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

# run all lints and tests
$ npm run prepush