Skip to content

Commit

Permalink
create README for delegation algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-ng committed Mar 21, 2024
1 parent 5499269 commit fbe8e21
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions backend/typescript/utilities/delegation-algorithm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Delegation Algorithm

Run the delegation algorithm from the command line of the running application:

Install ts-node:

```
npm install -g ts-node
```

Run the algorithm:

```
ts-node utilities/delegation-algorithm/index.ts
```

The `applicationdashboardtable` should be populated with the review data.

0 comments on commit fbe8e21

Please sign in to comment.