/express-typeorm-starter

Express TypeORM Boilerplate with TypeScript.

Primary LanguageTypeScript

Boilerplate for Express, TypeOrm

How to Recreate ?

Please go through the readme of typeorm-v2 Branch

Commands

Development Start

yarn dev

Build Project

yarn build

Production Start

yarn start

Database Migration Commands

Generate Migration

yarn migration:generate ./src/database/migration/NameOfMigration

Run Migration (Optional)

yarn migration:run

Revert Migration

yarn migration:revert