Skip to content

A project to demonstrate the interaction between Angular and NestJS.

Notifications You must be signed in to change notification settings

danylo-boiko/Countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.