Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 385 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 385 Bytes

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside data-source.ts file
  3. Run npm start command

Migrations

You can find the migrations in the src/migrations folder

Generate Migrations

npm run typeorm -- migration:generate ./src/migrations/<name>

Run Migrations

npm run typeorm -- migration:run