Skip to content

mikelarrieta/typeorm-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeORM example project

TypeORM example project from Getting Started section on TypeORM official website. Built using Typescript and ts-node.

Steps to run this project:

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