Skip to content

Generic backend Code to perform CRUD operations using Nodejs and NestJS Framework with typescript.

Notifications You must be signed in to change notification settings

anil1712/typescript-node-nestjs

 
 

Repository files navigation

typescript-node-nestjs

Overview This repository is used to perform CRUD operations using Nodejs and NestJS Framework with typescript in a generic way. The repository connected with POSTGRESQL database by default , so need to install in local.

NOTE : Repository can be added with any kind of database.

Development Environment Setup
We use VS Code as our preferred IDE for development. It is fast, frequently updated, has outstanding support for typescript and has great set of extentions. Here are essential extensions you need to install for vscode.

a) Debugger for chrome

Editor config
This allows to maintain consistent spaces throughout the project.

Tslint
This helps apply the tslint rules and highlight the errors.

TypeScript Hero.

TypeScript Toolbox

Git History
. This allows to view history of an individual file and also git log

Path Intellisense. This helps auto complete the file paths inside import

stylelint. Lints css/scss/less files

Usage

#Initial setup

npm intall
npm run start
npm run start:dev for watch mode

About

Generic backend Code to perform CRUD operations using Nodejs and NestJS Framework with typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.8%
  • JavaScript 8.2%