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

https://github.com/matheuscaet/nestjs-api

Modelo de Microserviço em Typescript, NestJs e Postgres
https://github.com/matheuscaet/nestjs-api

nestjs postgresql typeorm typescript

Last synced: about 2 months ago
JSON representation

Modelo de Microserviço em Typescript, NestJs e Postgres

Awesome Lists containing this project

README

          

## Description

Framework TypeScript and NestJs repository.

## Environment variables

Copy .env.example rename to .env and fill your database variables.

## Installation

```bash
$ yarn
```

## Running the app

```bash
# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod
```

## License

Nest is [MIT licensed](LICENSE).