Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xrobert35/nestjs-base-project

Base project using nestjs framework
https://github.com/xrobert35/nestjs-base-project

Last synced: 25 days ago
JSON representation

Base project using nestjs framework

Awesome Lists containing this project

README

        

# nest-base-project

## Description

Nest base project

## Installation

```bash
$ npm install
```

## Running the app

You can run this project using vscode configuration or using package.json scripts

#### Script package.json

| Commande | Description |
| ------------ | ------------ |
| start | Launch the project with default config |
| start | Launch the project with development config |
| start:prod | Launch the builded project |
| lint | Launch and fix possible tslint |
| build | Build the project |
| test | Launch all jest test
| test:unit | Launch jest unit test |
| test:e2e | Launch jest e2e test |