alex-shestmincev / nestflights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%