A project to demonstrate the interaction between Angular and NestJS.
Use the Node.js and npm to install TypeScript, NestJS and Angular.
npm install -g npm
npm install typescript --save-dev
npm install -g @nestjs/cli
npm install -g @angular/cli
In this project I used PostgreSQL, you can use any other databases that is supported by TypeORM.