Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 427 Bytes

Awesome Project Build with TypeORM

Development build

docker-compose up --force-recreate

Production build

Change docker file in docker-compose.yaml

docker-compose up --build --force-recreate -d

Sync schema

yarn typeorm schema:sync

Run migrations

yarn typeorm migration:run

More about typeorm cli