Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 578 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 578 Bytes

Overview

Application to retrieve subordinates of a given users and roles

Getting Started

  • Download this repo (master branch)
  • Make sure you have Node(latest stable version) installed

Running

  • npm install
  • npm run validate
  • npm run test

Folder/File directory

  • /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