Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 367 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 367 Bytes

Description

REST API project using NestJS framework.

Requirement

  • docker
  • docker-composer

Running the app

# development
$ docker-compose up -d

Test

Get into the container:

$ docker exec -it oms-api bash

Then

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov