Skip to content

AAlagu/crud-operation-typescript-node-nestjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NestJS

To install nestjs

$ npm i -g @nestjs/cli

To create new project

nest new project-name

eg: $ nest new server

cd server

$ npm install

To Run

$ npm run start

watch mode

$ npm run start:dev

About

Crud operations using Typescript, Nestjs, Nodejs, PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published