npm install
- tslint check whole project
npm run lint
- tsc build
npm run build
- test
npm run test
- coverage
npm run coverage
- test with real instance of postgrest
docker-compose up
npm run test:all
database data copied from https://github.com/devrimgunduz/pagila/blob/master/pagila-schema.sql