The Freerooms backend is an Express.js server.
The package manager used is npm, which should already be there if you've installed Node.
Once installed, you can run the following command to install dependencies:
npm install
You can run the backend with the following command:
npm start
To check things are working properly, you can send a request to http://localhost:3000/api/buildings.