SURVEY API Made with Nest.
Makesure you install all required npm packages locally (in your machine's root project directory).
$ npm install
We utilize docker-compose to run the application
$ docker-compose build
$ docker-compose up
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is MIT licensed.