theamazingzorro / FTBBLWebProjects

1 stars 0 forks source link

FTBBL Record Keeper

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.

Check it out here!

Build Instructions

docker build -t ftbbl-api .
docker run -p 80:80 ftbbl-api