Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yasu-s/nestjs-sample

NestJS Sample
https://github.com/yasu-s/nestjs-sample

github-actions graphql jest nestjs swagger typescript

Last synced: about 1 month ago
JSON representation

NestJS Sample

Awesome Lists containing this project

README

        

![CI](https://github.com/yasu-s/nestjs-sample/workflows/CI/badge.svg?branch=master)

## Description

## Installation

```bash
yarn
```

## Running the app

```bash
# development
yarn start

# watch mode
yarn start:dev

# production mode
yarn start:prod
```

### Debug URL

- Swagger - http://localhost:3000/api/
- Graphql - http://localhost:3000/graphql

## Test

```bash
# unit tests
yarn test

# test coverage
yarn test:cov
```

## Documents

```bash
yarn compodoc
```