Express, TypeORM and Typescript Example project This project is a basic starter project on how to use Express and TypeORM together using Typescript. The project is using right now SQLite as its DB engine. Install $ npm install Run Project $ npm run watch