/TYPEORM-ENTITY-RELATIONS

Typescript ORM showing how to implement Entity Relations

Primary LanguageTypeScript

Project Build with TypeORM to illustrate Entity relationships in typescript

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command