Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 559 Bytes

Useful commands

  • typeorm init --name --database - create new typeorm template
  • npx tsconfig.json - create tsconfig file
  • ncu - update dependencies in the project
  • sudo service postgresql start - start postgres server
  • sudo -u postgres psql - start psql as postgres user
  • docker build -t . - builds new docker image
  • docker-compose build - build new composed docker app
  • docker exec -it - runs command in docker image/app
  • docker-compose exec - runs command in docker image/app