/rbac-test

Primary LanguageTypeScript

Nest Logo

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

this is a test project using casl for rbac authorization

Installation

$ npm install

Running the required Services

$ docker compose up

seeding the database

npm run mongo:seed

Building the app

npm run build

Running the app

# start the app dev
$ npm run start:dev
#or start the app 
$ npm run start

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e