Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 513 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 513 Bytes

Description

SURVEY API Made with Nest.

Installation

Makesure you install all required npm packages locally (in your machine's root project directory).

$ npm install

Running the app

We utilize docker-compose to run the application

$ docker-compose build
$ docker-compose up

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.