The ELO calculating and record keeping web app for the Flaming Taurus Bloodbowl League.
Developed fully in the Functional Programming paradigm, using F# and giraffe for the backend API and Elm for frontend.
docker build -t ftbbl-api .
docker run -p 80:80 ftbbl-api