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

https://github.com/tonysantana1492/nestjs-postgres-template


https://github.com/tonysantana1492/nestjs-postgres-template

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

**Simple test!**

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository with custom setup maintaining industry standard best practices. Just clone and start building without worrying about anything. Focus on the product not the setup.

## Overview

## Installation

```bash
$ npm install
```

## Config env variables
Rename __.env.example__ file to __.env__

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# with docker
$ docker-compose up -d
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

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

## Stay in touch

- Author - __Tony Santana López__

## License

Nest is [MIT licensed](LICENSE).