this is a test project using casl for rbac authorization
$ npm install
$ docker compose up
npm run mongo:seed
npm run build
# start the app dev
$ npm run start:dev
#or start the app
$ npm run start
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e