Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 315 Bytes

File metadata and controls

12 lines (9 loc) · 315 Bytes

Example how to use TypeORM with MongoDB using TypeScript

  1. clone repository
  2. run npm i
  3. edit ormconfig.json and change your database configuration
  4. run npm start
  5. enjoy!

How to use CLI?

  1. install typeorm globally: npm i -g typeorm
  2. run typeorm -h to show list of available commands