- digital pipelines
- client cards with flexible field settings in the admin panel
- customer contacts, also with flexible field settings
- administration panel
- setting the rights of workers
- there is webhook support for your systems
- there is support for custom fields in customer cards and customer contacts
$ yarn install
$ cp .env.example .env
$ docker compose up postgres
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov