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

https://github.com/hgurung/nestjs-boilerplate

Nestjs boilerplate for beginners.
https://github.com/hgurung/nestjs-boilerplate

auth0 healthcheck http-interceptors nestjs nodejs standard-version typeorm typescript

Last synced: about 2 months ago
JSON representation

Nestjs boilerplate for beginners.

Awesome Lists containing this project

README

          


Nest Logo

## Description

[Nest](https://github.com/nestjs/nest) framework boilerplate.

## Installation

```bash
$ npm install
```

## Running the docker for postgres or simply update env with running postgres values

```bash
$ docker-compose up -d
```

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

## Stay in touch

- Author - [Harris Gurung]
- Linkedin - [@harrisgurung](https://www.linkedin.com/in/harris-gurung-734613b0/)