This repo includes two nodejs scripts, 'dataPersister.js' which is responsible for storing history, and 'server.js' for providing it to clients.
Open a terminal
#
git clone https://github.com/taha-saifi/fleet-management
cd fleet-management
npm i
node dataPersister.js
Open another terminal, in the same dir
node server.js
