Skip to content

mateusfg7/formatch-api

Repository files navigation


Formatch API

Formatch API Service for Formatch (repo) app.
This is a test/study project that may not be used in production. For current production API visit formatch-web repository.

COVERAGE REPORT





Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov