SURVEY API Made with Nest.
Makesure you install all required npm packages locally (in your machine's root project directory).
$ npm installWe 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:covNest is MIT licensed.