Docker

$ docker-compose up

Installation

$ npm install

Migrations

$ npm run typeorm:run

Running the app

$ npm run start:dev

Running the CLI

$ npm run build # for first time
$ npm run cli <command>
$ npm run cli help # to see the list of commands

Running Integration Tests

$ npm run test:e2e