An open API service indexing awesome lists of open source software.

https://github.com/mateusfg7/formatch-api

Formatch API Service
https://github.com/mateusfg7/formatch-api

api formatch nestjs

Last synced: 9 months ago
JSON representation

Formatch API Service

Awesome Lists containing this project

README

          



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](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```

## Test

```bash
# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov
```