Application to retrieve subordinates of a given users and roles
- Download this repo (master branch)
- Make sure you have Node(latest stable version) installed
- npm install
- npm run validate
- npm run test
/index.ts
contains usage of this application/src/index.ts
contains the subordinate class/src/model/index.ts
contains types/interfaces of the User and Role object/tests/index.test.ts
contains unit tests/tests/sampleinput.ts
contains a static input list of users and roles