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.
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