mongo-typescript-example
mongo-typescript-example copied to clipboard
Example how to use TypeORM with MongoDB using TypeScript.
trafficstars
Example how to use TypeORM with MongoDB using TypeScript
- clone repository
- run
npm i - edit
ormconfig.jsonand change your database configuration - run
npm start - enjoy!
How to use CLI?
- install
typeormglobally:npm i -g typeorm - run
typeorm -hto show list of available commands