- Start database container;
docker-compose up -d
- Copy ormconfig.example.json to ormconfig.json with your DB connection;
- Install dependencies;
yarn
- Compile .ts to .js files to ./bin/ folder;
yarn compile
- Up migrations;
yarn typeorm migration:run
- Run Application in dev mode.
yarn dev
- Execute command in cli;
yarn test:all