From fbe8e21b06ada73adea857c70ab243e4b48dca4d Mon Sep 17 00:00:00 2001 From: mat-ng Date: Wed, 20 Mar 2024 20:06:44 -0400 Subject: [PATCH] create README for delegation algorithm --- .../utilities/delegation-algorithm/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 backend/typescript/utilities/delegation-algorithm/README.md diff --git a/backend/typescript/utilities/delegation-algorithm/README.md b/backend/typescript/utilities/delegation-algorithm/README.md new file mode 100644 index 0000000..a867387 --- /dev/null +++ b/backend/typescript/utilities/delegation-algorithm/README.md @@ -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. \ No newline at end of file