rajgohil07 / NestJs-CRUD

CRUD with postgres using NestJs Freamwork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

CRUD with postgres using NestJs Freamwork

Useful notes

# Install it using below command
  npm i -g @nestjs/cli
# create new project use below command
  npx nest new project-name
# To create a controller using the CLI, simply execute the below command
  npx nest g controller controller_name
# To create a service using the CLI, simply execute the below command
  npx nest g service service_name
# To create a module using the CLI, simply execute the below command
  npx nest g module module_name

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

CRUD with postgres using NestJs Freamwork


Languages

Language:TypeScript 85.5%Language:JavaScript 12.2%Language:Shell 2.3%