Simple backend for serving floorball games for your own team.
- NodeJS preferably version 16.4.2
git clone https://github.com/ikivela/fball_backend
cd fball_backend
mdkir data
npm install
node src/FetcGamesByTeam.js --team 'yourteam'
node src/backend.js