Skip to content

Latest commit

History

History
19 lines (14 loc) 路 327 Bytes

README.md

File metadata and controls

19 lines (14 loc) 路 327 Bytes

TypeORM fixtures sample

Sample project for typeorm-fixtures-cli

Requirements

  • PostgreSQL or Docker
  • NodeJS

Up PostgreSQL on docker

docker-compose -f docker-compose-postgres.yml up --build

Load fixtures

npm run build
npm run fixtures