Skip to content

Example to run NestJS and PostgreSQL inside Docker containers

Notifications You must be signed in to change notification settings

nerkarso/nest-postgres-example

Repository files navigation

Nest Logo

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

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

License

Nest is MIT licensed.

About

Example to run NestJS and PostgreSQL inside Docker containers

Topics

Resources

Stars

Watchers

Forks