Run application

$ yarn dev

Run test

$ yarn test

Run lint

$ yarn lint

Run lint:fix

$ yarn lint:fix

Run migration

$ yarn migration

Run migration:revert

$ yarn migration:revert

Run create migration

$ typeorm migration:create -n NameMigration

Swagger

http://localhost:8000/docs/