Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binbiubiubiu/nestjs_template

a personal template for nestjs
https://github.com/binbiubiubiu/nestjs_template

mongodb nestjs nestjs-template websocket

Last synced: 27 days ago
JSON representation

a personal template for nestjs

Awesome Lists containing this project

README

        

# nestjs_template

![image](https://img.shields.io/github/issues/Simon-Bin/nestjs_template)
![image](https://img.shields.io/github/forks/Simon-Bin/nestjs_template)
![image](https://img.shields.io/github/stars/Simon-Bin/nestjs_template)
![image](https://img.shields.io/github/license/Simon-Bin/nestjs_template)

## Description

a personal template for nestjs

## 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
```