Run locally Install dependencies yarn install Run migrations Setup environment variables in .env yarn typeorm migration:run Run test # unit tests yarn test # e2e tests yarn test:e2e # test coverage yarn test:cov Run the app # development yarn start:dev # production mode yarn start:prod