Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 585 Bytes

Countries

A project to demonstrate the interaction between Angular and NestJS.

Installation

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

Database

In this project I used PostgreSQL, you can use any other databases that is supported by TypeORM.