Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 502 Bytes

Docker instructions:

- Compose with prod variables:

  yarn docker:compose:prod

- Compose with local variables:

  yarn docker:compose:local

ORM instructions:

ORM scripts are being executed using node exec. See scripts folder;

Available scripts:

`db:mig:create <migration-name>`: create migrations;

`db:mig:run:` run migrations;

`db:mig:rb`: rollback last migration;

All ORM scripts needs .env file to get database connection config