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

https://github.com/thibseisel/nestjs-starter

Showcases how to start a new project with NestJS
https://github.com/thibseisel/nestjs-starter

Last synced: about 1 month ago
JSON representation

Showcases how to start a new project with NestJS

Awesome Lists containing this project

README

          

## Description

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

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

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