KK Products API

Description

Nest Kuanto Kusta Challenge. Small API for Products.

Installation

  • 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 Mongo
    • docker-compose up mongo-express MongoExpress

API Tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov