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

https://github.com/nerkarso/nest-postgres-example

Example to run NestJS and PostgreSQL inside Docker containers
https://github.com/nerkarso/nest-postgres-example

docker nestjs postgresql

Last synced: 25 days ago
JSON representation

Example to run NestJS and PostgreSQL inside Docker containers

Awesome Lists containing this project

README

          


Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```

## License

Nest is [MIT licensed](LICENSE).