A MongoDB backend to retrieve RoboCup Logistics League game reports. Used by the official RoboCup Logistics League web frontend.
-
Download and install
Node.js
. For most Linux versions, preferably install Node.js via your package manager instead, see this command for Fedora:dnf install nodejs
-
Install
yarn
with npm (which should come preinstalled with Node.js)npm install --g yarn
- Install the dependencies
yarn install
- Start the backend
yarn run start
- Use the frontend (see here) to connect to the backend and review a game report. Note that newer versions of the frontend have dropped support for older game report versions.
Report any issues you encounter on GitHub.