Skip to content

projetos-codic-ibict/oasisbr-api

Repository files navigation

API de indicadores e networks do Oasisbr

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn dev

# production mode
$ yarn deploy

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov