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

https://github.com/josechavarriacr/soin-techtalk-cicd


https://github.com/josechavarriacr/soin-techtalk-cicd

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod
```

## Test

```bash
# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov
```