TypeORM and repository pattern demo This repo demonstrates the TypeORM multi database connectivity as well as potential for business and data access layer decoupling via Repository and Service patterns. Get started You should have your MySQL and Mongo servers running. npm i && npm start