Skip to content

habib-roy/NestJS-Vercel-Postgresql

Repository files navigation

Description

NestJS with postgresql on vercel and build with vercel

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod