This repository contains the grid-project code accompanying AAU cs-23-DAT-2-07's P2 report
This server is responsible for registering jobs with the grid, as well as serving task data to clients, proxied through the grid server.
Clone repository
git clone https://github.com/DAT2G7/grid-projectInstall dependencies
npm installBuild project
npm run buildStart builded project
npm run startWhile developing, the project can be run in watch mode, automatically re-compiling after changes. This is done with the watch command:
npm run watchConfiguration is done with .env files. A .env.example file has been supplied.