Nest Kuanto Kusta Challenge. Small API for Products.
- Better to run using docker:
$ docker-compose up
-
For isolated services:
docker-compose up app
For NestJs API
-
For manage database:
docker-compose up mongo
Mongodocker-compose up mongo-express
MongoExpress
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov