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